Uses of Class
org.eclipse.xsd.XSDDisallowedSubstitutions

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

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

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

Uses of XSDDisallowedSubstitutions in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDDisallowedSubstitutions
protected  EList<XSDDisallowedSubstitutions> XSDElementDeclarationImpl.block
          The cached value of the 'Block' attribute list
protected  EList<XSDDisallowedSubstitutions> XSDSchemaImpl.blockDefault
          The cached value of the 'Block Default' attribute list
protected  EList<XSDDisallowedSubstitutions> XSDElementDeclarationImpl.disallowedSubstitutions
          The cached value of the 'Disallowed Substitutions' attribute list
 

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

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDDisallowedSubstitutions
 EList<XSDDisallowedSubstitutions> XSDElementDeclarationImpl.getBlock()
           
 EList<XSDDisallowedSubstitutions> XSDSchemaImpl.getBlockDefault()
           
 EList<XSDDisallowedSubstitutions> XSDElementDeclarationImpl.getDisallowedSubstitutions()
           
 


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