|
|||||||||||
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.XSDDisallowedSubstitutions
A representation of the literals of the enumeration 'Disallowed Substitutions'.
XSDElementDeclaration.getDisallowedSubstitutions()
,
XSDElementDeclaration.getBlock()
,
XSDSchema.getBlockDefault()
,
XSDPackage.getXSDDisallowedSubstitutions()
Field Summary | |
static int |
ALL
The 'All' literal value |
static XSDDisallowedSubstitutions |
ALL_LITERAL
The 'All' literal object |
static int |
EXTENSION
The 'Extension' literal value |
static XSDDisallowedSubstitutions |
EXTENSION_LITERAL
The 'Extension' literal object |
static int |
RESTRICTION
The 'Restriction' literal value |
static XSDDisallowedSubstitutions |
RESTRICTION_LITERAL
The 'Restriction' literal object |
static int |
SUBSTITUTION
The 'Substitution' literal value |
static XSDDisallowedSubstitutions |
SUBSTITUTION_LITERAL
The 'Substitution' literal object |
static List |
VALUES
A public read-only list of all the 'Disallowed Substitutions' enumerators |
Method Summary | |
static XSDDisallowedSubstitutions |
get(int value)
Returns the 'Disallowed Substitutions' literal with the specified integer value |
static XSDDisallowedSubstitutions |
get(String literal)
Returns the 'Disallowed Substitutions' literal with the specified literal value |
static XSDDisallowedSubstitutions |
getByName(String name)
Returns the 'Disallowed 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 SUBSTITUTION
This is used to indicate that no element declaration may be substituted, i.e., no substitution is permitted even for an element declaration with the same type.
SUBSTITUTION_LITERAL
,
Constant Field Valuespublic static final int EXTENSION
This is used to indicate that an element declaration with a type definition derived via extension may not be substituted.
EXTENSION_LITERAL
,
Constant Field Valuespublic static final int RESTRICTION
This is used to indicate that an element declaration with a type definition derived via restriction may not be substituted.
RESTRICTION_LITERAL
,
Constant Field Valuespublic static final int ALL
This is used to indicate that an element declaration with a derived type definition may not be substituted. It is literally expanded to extension and restriction in the infoset model.
ALL_LITERAL
,
Constant Field Valuespublic static final XSDDisallowedSubstitutions SUBSTITUTION_LITERAL
SUBSTITUTION
public static final XSDDisallowedSubstitutions EXTENSION_LITERAL
EXTENSION
public static final XSDDisallowedSubstitutions RESTRICTION_LITERAL
RESTRICTION
public static final XSDDisallowedSubstitutions ALL_LITERAL
ALL
public static final List VALUES
Method Detail |
public static XSDDisallowedSubstitutions get(String literal)
public static XSDDisallowedSubstitutions getByName(String name)
public static XSDDisallowedSubstitutions 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 |