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 with type parameters of type XSDSimpleFinal
static java.util.List<XSDSimpleFinal> XSDSimpleFinal.VALUES
          A public read-only list of all the 'Simple Final' enumerators
 

Methods in org.eclipse.xsd that return XSDSimpleFinal
static XSDSimpleFinal XSDSimpleFinal.get(int value)
          Returns the 'Simple Final' literal with the specified integer value
static XSDSimpleFinal XSDSimpleFinal.get(java.lang.String literal)
          Returns the 'Simple Final' literal with the specified literal value
static XSDSimpleFinal XSDSimpleFinal.getByName(java.lang.String name)
          Returns the 'Simple Final' literal with the specified name
static XSDSimpleFinal XSDSimpleFinal.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDSimpleFinal[] XSDSimpleFinal.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.xsd that return types with arguments of type XSDSimpleFinal
 EList<XSDSimpleFinal> XSDSimpleTypeDefinition.getFinal()
          Returns the value of the 'Final' attribute list.
 EList<XSDSimpleFinal> XSDSimpleTypeDefinition.getLexicalFinal()
          Returns the value of the 'Lexical Final' attribute list.
 

Uses of XSDSimpleFinal in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDSimpleFinal
protected  EList<XSDSimpleFinal> XSDSimpleTypeDefinitionImpl.final_
          The cached value of the 'Final' attribute list
protected  EList<XSDSimpleFinal> XSDSimpleTypeDefinitionImpl.lexicalFinal
          The cached value of the 'Lexical Final' attribute list
 

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

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDSimpleFinal
 EList<XSDSimpleFinal> XSDSimpleTypeDefinitionImpl.getFinal()
           
 EList<XSDSimpleFinal> XSDSimpleTypeDefinitionImpl.getLexicalFinal()
           
 


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