Uses of Class
org.eclipse.xsd.XSDSimpleFinal

Packages that use XSDSimpleFinal
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDSimpleFinal in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDSimpleFinal
static XSDSimpleFinal XSDSimpleFinal.LIST_LITERAL
          The 'List' literal object
static XSDSimpleFinal XSDSimpleFinal.RESTRICTION_LITERAL
          The 'Restriction' literal object
static XSDSimpleFinal XSDSimpleFinal.UNION_LITERAL
          The 'Union' literal object
static XSDSimpleFinal XSDSimpleFinal.ALL_LITERAL
          The 'All' literal object
 

Methods in org.eclipse.xsd that return XSDSimpleFinal
static XSDSimpleFinal XSDSimpleFinal.get(String literal)
          Returns the 'Simple Final' literal with the specified literal value
static XSDSimpleFinal XSDSimpleFinal.getByName(String name)
          Returns the 'Simple Final' literal with the specified name
static XSDSimpleFinal XSDSimpleFinal.get(int value)
          Returns the 'Simple Final' literal with the specified integer value
 

Uses of XSDSimpleFinal in org.eclipse.xsd.impl
 

Methods in org.eclipse.xsd.impl that return XSDSimpleFinal
 XSDSimpleFinal XSDFactoryImpl.createXSDSimpleFinalFromString(EDataType eDataType, String initialValue)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.