|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.xsd.XSDSubstitutionGroupExclusions
A representation of the literals of the enumeration 'Substitution Group Exclusions'.
XSDElementDeclaration.getSubstitutionGroupExclusions()
,
XSDPackage.getXSDSubstitutionGroupExclusions()
Field Summary | |
---|---|
static int |
EXTENSION
The 'Extension' literal value |
static XSDSubstitutionGroupExclusions |
EXTENSION_LITERAL
The 'Extension' literal object |
static int |
RESTRICTION
The 'Restriction' literal value |
static XSDSubstitutionGroupExclusions |
RESTRICTION_LITERAL
The 'Restriction' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Substitution Group Exclusions' enumerators |
Method Summary | |
---|---|
static XSDSubstitutionGroupExclusions |
get(int value)
Returns the 'Substitution Group Exclusions' literal with the specified integer value |
static XSDSubstitutionGroupExclusions |
get(java.lang.String literal)
Returns the 'Substitution Group Exclusions' literal with the specified literal value |
static XSDSubstitutionGroupExclusions |
getByName(java.lang.String name)
Returns the 'Substitution Group Exclusions' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int EXTENSION
This is used to indicate that an element with a type derived via extension may not be nominated to an element declaration's substitution group.
XSDSubstitutionGroupExclusions.EXTENSION_LITERAL
,
Constant Field Valuespublic static final int RESTRICTION
This is used to indicate that an element with a type derived via restriction may not be nominated to an element declaration's substitution group.
XSDSubstitutionGroupExclusions.RESTRICTION_LITERAL
,
Constant Field Valuespublic static final XSDSubstitutionGroupExclusions EXTENSION_LITERAL
XSDSubstitutionGroupExclusions.EXTENSION
public static final XSDSubstitutionGroupExclusions RESTRICTION_LITERAL
XSDSubstitutionGroupExclusions.RESTRICTION
public static final java.util.List VALUES
Method Detail |
public static XSDSubstitutionGroupExclusions get(java.lang.String literal)
public static XSDSubstitutionGroupExclusions getByName(java.lang.String name)
public static XSDSubstitutionGroupExclusions get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |