|
||||||||||
| 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.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 java.util.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 value. |
static XSDSimpleFinal |
get(java.lang.String name)
Returns the 'Simple 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 LIST
This is used to indicate that no derivation via list is allowed for a simple type definition.
LIST_LITERALpublic static final int RESTRICTION
This is used to indicate that no derivation via restriction is allowed for a simple type definition.
RESTRICTION_LITERALpublic static final int UNION
This is used to indicate that no derivation via union is allowed for a simple type definition.
UNION_LITERALpublic 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_LITERALpublic static final XSDSimpleFinal LIST_LITERAL
LISTpublic static final XSDSimpleFinal RESTRICTION_LITERAL
RESTRICTIONpublic static final XSDSimpleFinal UNION_LITERAL
UNIONpublic static final XSDSimpleFinal ALL_LITERAL
ALLpublic static final java.util.List VALUES
| Method Detail |
public static XSDSimpleFinal get(java.lang.String name)
public static XSDSimpleFinal get(int value)
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||