Uses of Class
org.eclipse.xsd.XSDComplexFinal

Packages that use XSDComplexFinal
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 XSDComplexFinal in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDComplexFinal
static java.util.List<XSDComplexFinal> XSDComplexFinal.VALUES
          A public read-only list of all the 'Complex Final' enumerators
 

Methods in org.eclipse.xsd that return XSDComplexFinal
static XSDComplexFinal XSDComplexFinal.get(int value)
          Returns the 'Complex Final' literal with the specified integer value
static XSDComplexFinal XSDComplexFinal.get(java.lang.String literal)
          Returns the 'Complex Final' literal with the specified literal value
static XSDComplexFinal XSDComplexFinal.getByName(java.lang.String name)
          Returns the 'Complex Final' literal with the specified name
static XSDComplexFinal XSDComplexFinal.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDComplexFinal[] XSDComplexFinal.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 XSDComplexFinal
 EList<XSDComplexFinal> XSDComplexTypeDefinition.getFinal()
          Returns the value of the 'Final' attribute list.
 EList<XSDComplexFinal> XSDComplexTypeDefinition.getLexicalFinal()
          Returns the value of the 'Lexical Final' attribute list.
 

Uses of XSDComplexFinal in org.eclipse.xsd.impl
 

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

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

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


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