|
|||||||||||
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.XSDProhibitedSubstitutions
A representation of the literals of the enumeration 'Prohibited Substitutions'.
XSDComplexTypeDefinition.getProhibitedSubstitutions()
,
XSDSchema.getFinalDefault()
,
XSDElementDeclaration.getLexicalFinal()
,
XSDComplexTypeDefinition.getBlock()
,
XSDPackage.getXSDProhibitedSubstitutions()
Field Summary | |
static int |
ALL
The 'All' literal value |
static XSDProhibitedSubstitutions |
ALL_LITERAL
The 'All' literal object |
static int |
EXTENSION
The 'Extension' literal value |
static XSDProhibitedSubstitutions |
EXTENSION_LITERAL
The 'Extension' literal object |
static int |
RESTRICTION
The 'Restriction' literal value |
static XSDProhibitedSubstitutions |
RESTRICTION_LITERAL
The 'Restriction' literal object |
static List |
VALUES
A public read-only list of all the 'Prohibited Substitutions' enumerators |
Method Summary | |
static XSDProhibitedSubstitutions |
get(int value)
Returns the 'Prohibited Substitutions' literal with the specified integer value |
static XSDProhibitedSubstitutions |
get(String literal)
Returns the 'Prohibited Substitutions' literal with the specified literal value |
static XSDProhibitedSubstitutions |
getByName(String name)
Returns the 'Prohibited Substitutions' 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 types derived via extension will not be permitted to validate content.
EXTENSION_LITERAL
,
Constant Field Valuespublic static final int RESTRICTION
This is used to indicate that types derived via restriction will not be permitted to validate content.
RESTRICTION_LITERAL
,
Constant Field Valuespublic static final int ALL
This is used to indicate that derived types will not be permitted to validate content. It is literally expanded to extension and restriction in the infoset model.
ALL_LITERAL
,
Constant Field Valuespublic static final XSDProhibitedSubstitutions EXTENSION_LITERAL
EXTENSION
public static final XSDProhibitedSubstitutions RESTRICTION_LITERAL
RESTRICTION
public static final XSDProhibitedSubstitutions ALL_LITERAL
ALL
public static final List VALUES
Method Detail |
public static XSDProhibitedSubstitutions get(String literal)
public static XSDProhibitedSubstitutions getByName(String name)
public static XSDProhibitedSubstitutions 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 |