Uses of Class
org.eclipse.xsd.XSDProhibitedSubstitutions

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

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

Methods in org.eclipse.xsd that return XSDProhibitedSubstitutions
static XSDProhibitedSubstitutions XSDProhibitedSubstitutions.get(int value)
          Returns the 'Prohibited Substitutions' literal with the specified integer value
static XSDProhibitedSubstitutions XSDProhibitedSubstitutions.get(java.lang.String literal)
          Returns the 'Prohibited Substitutions' literal with the specified literal value
static XSDProhibitedSubstitutions XSDProhibitedSubstitutions.getByName(java.lang.String name)
          Returns the 'Prohibited Substitutions' literal with the specified name
static XSDProhibitedSubstitutions XSDProhibitedSubstitutions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDProhibitedSubstitutions[] XSDProhibitedSubstitutions.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 XSDProhibitedSubstitutions
 EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinition.getBlock()
          Returns the value of the 'Block' attribute list.
 EList<XSDProhibitedSubstitutions> XSDSchema.getFinalDefault()
          Returns the value of the 'Final Default' attribute list.
 EList<XSDProhibitedSubstitutions> XSDElementDeclaration.getLexicalFinal()
          Returns the value of the 'Lexical Final' attribute list.
 EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinition.getProhibitedSubstitutions()
          Returns the value of the 'Prohibited Substitutions' attribute list.
 

Uses of XSDProhibitedSubstitutions in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDProhibitedSubstitutions
protected  EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinitionImpl.block
          The cached value of the 'Block' attribute list
protected  EList<XSDProhibitedSubstitutions> XSDSchemaImpl.finalDefault
          The cached value of the 'Final Default' attribute list
protected  EList<XSDProhibitedSubstitutions> XSDElementDeclarationImpl.lexicalFinal
          The cached value of the 'Lexical Final' attribute list
protected  EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinitionImpl.prohibitedSubstitutions
          The cached value of the 'Prohibited Substitutions' attribute list
 

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

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDProhibitedSubstitutions
 EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinitionImpl.getBlock()
           
 EList<XSDProhibitedSubstitutions> XSDSchemaImpl.getFinalDefault()
           
 EList<XSDProhibitedSubstitutions> XSDElementDeclarationImpl.getLexicalFinal()
           
 EList<XSDProhibitedSubstitutions> XSDComplexTypeDefinitionImpl.getProhibitedSubstitutions()
           
 


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