Uses of Class
org.eclipse.xsd.XSDSubstitutionGroupExclusions

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

Fields in org.eclipse.xsd with type parameters of type XSDSubstitutionGroupExclusions
static java.util.List<XSDSubstitutionGroupExclusions> XSDSubstitutionGroupExclusions.VALUES
          A public read-only list of all the 'Substitution Group Exclusions' enumerators
 

Methods in org.eclipse.xsd that return XSDSubstitutionGroupExclusions
static XSDSubstitutionGroupExclusions XSDSubstitutionGroupExclusions.get(int value)
          Returns the 'Substitution Group Exclusions' literal with the specified integer value
static XSDSubstitutionGroupExclusions XSDSubstitutionGroupExclusions.get(java.lang.String literal)
          Returns the 'Substitution Group Exclusions' literal with the specified literal value
static XSDSubstitutionGroupExclusions XSDSubstitutionGroupExclusions.getByName(java.lang.String name)
          Returns the 'Substitution Group Exclusions' literal with the specified name
static XSDSubstitutionGroupExclusions XSDSubstitutionGroupExclusions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDSubstitutionGroupExclusions[] XSDSubstitutionGroupExclusions.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 XSDSubstitutionGroupExclusions
 org.eclipse.emf.common.util.EList<XSDSubstitutionGroupExclusions> XSDElementDeclaration.getSubstitutionGroupExclusions()
          Returns the value of the 'Substitution Group Exclusions' attribute list.
 

Uses of XSDSubstitutionGroupExclusions in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDSubstitutionGroupExclusions
protected  org.eclipse.emf.common.util.EList<XSDSubstitutionGroupExclusions> XSDElementDeclarationImpl.substitutionGroupExclusions
          The cached value of the 'Substitution Group Exclusions' attribute list
 

Methods in org.eclipse.xsd.impl that return XSDSubstitutionGroupExclusions
 XSDSubstitutionGroupExclusions XSDFactoryImpl.createXSDSubstitutionGroupExclusionsFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDSubstitutionGroupExclusions
 org.eclipse.emf.common.util.EList<XSDSubstitutionGroupExclusions> XSDElementDeclarationImpl.getSubstitutionGroupExclusions()
           
 


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