|
|||||||||||
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.XSDSimpleFinal
A representation of the literals of the enumeration 'Simple Final'.
XSDSimpleTypeDefinition.getFinal()
,
XSDSimpleTypeDefinition.getLexicalFinal()
,
XSDPackage.getXSDSimpleFinal()
Field Summary | |
static int |
ALL
The 'All' literal value |
static XSDSimpleFinal |
ALL_LITERAL
The 'All' literal object |
static int |
LIST
The 'List' literal value |
static XSDSimpleFinal |
LIST_LITERAL
The 'List' literal object |
static int |
RESTRICTION
The 'Restriction' literal value |
static XSDSimpleFinal |
RESTRICTION_LITERAL
The 'Restriction' literal object |
static int |
UNION
The 'Union' literal value |
static XSDSimpleFinal |
UNION_LITERAL
The 'Union' literal object |
static List |
VALUES
A public read-only list of all the 'Simple Final' enumerators |
Method Summary | |
static XSDSimpleFinal |
get(int value)
Returns the 'Simple Final' literal with the specified integer value |
static XSDSimpleFinal |
get(String literal)
Returns the 'Simple Final' literal with the specified literal value |
static XSDSimpleFinal |
getByName(String name)
Returns the 'Simple Final' 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 LIST
This is used to indicate that no derivation via list is allowed for a simple type definition.
LIST_LITERAL
,
Constant Field Valuespublic static final int RESTRICTION
This is used to indicate that no derivation via restriction is allowed for a simple type definition.
RESTRICTION_LITERAL
,
Constant Field Valuespublic static final int UNION
This is used to indicate that no derivation via union is allowed for a simple type definition.
UNION_LITERAL
,
Constant Field Valuespublic static final int ALL
This is used to indicate that no derivation is allowed for a simple type definition. It is literally expanded to list, restriction, and union in the infoset model.
ALL_LITERAL
,
Constant Field Valuespublic static final XSDSimpleFinal LIST_LITERAL
LIST
public static final XSDSimpleFinal RESTRICTION_LITERAL
RESTRICTION
public static final XSDSimpleFinal UNION_LITERAL
UNION
public static final XSDSimpleFinal ALL_LITERAL
ALL
public static final List VALUES
Method Detail |
public static XSDSimpleFinal get(String literal)
public static XSDSimpleFinal getByName(String name)
public static XSDSimpleFinal 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 |