|
|||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.emf.common.util.AbstractEnumerator | +--org.eclipse.xsd.XSDComplexFinal
A representation of the literals of the enumeration 'Complex Final'.
XSDComplexTypeDefinition.getFinal()
,
XSDComplexTypeDefinition.getLexicalFinal()
,
XSDPackage.getXSDComplexFinal()
Field Summary | |
static int |
ALL
The 'All' literal value. |
static XSDComplexFinal |
ALL_LITERAL
The 'All' literal object. |
static int |
EXTENSION
The 'Extension' literal value. |
static XSDComplexFinal |
EXTENSION_LITERAL
The 'Extension' literal object. |
static int |
RESTRICTION
The 'Restriction' literal value. |
static XSDComplexFinal |
RESTRICTION_LITERAL
The 'Restriction' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Complex Final' enumerators. |
Method Summary | |
static XSDComplexFinal |
get(int value)
Returns the 'Complex Final' literal with the specified value. |
static XSDComplexFinal |
get(java.lang.String name)
Returns the 'Complex Final' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
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 no derivation via extension is allowed for a complex type definition.
EXTENSION_LITERAL
public static final int RESTRICTION
This is used to indicate that no derivation via restriction is allowed for a complex type definition.
RESTRICTION_LITERAL
public static final int ALL
This is used to indicate that no derivation is allowed for a complex type definition. It is literally expanded to extension and restriction in the infoset model.
ALL_LITERAL
public static final XSDComplexFinal EXTENSION_LITERAL
EXTENSION
public static final XSDComplexFinal RESTRICTION_LITERAL
RESTRICTION
public static final XSDComplexFinal ALL_LITERAL
ALL
public static final java.util.List VALUES
Method Detail |
public static XSDComplexFinal get(java.lang.String name)
public static XSDComplexFinal get(int value)
|
Copyright 2001-2002 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |