|
|||||||||
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.XSDVariety
A representation of the literals of the enumeration 'Variety'.
XSDSimpleTypeDefinition.getVariety()
,
XSDPackage.getXSDVariety()
Field Summary | |
static int |
ATOMIC
The 'Atomic' literal value. |
static XSDVariety |
ATOMIC_LITERAL
The 'Atomic' literal object. |
static int |
LIST
The 'List' literal value. |
static XSDVariety |
LIST_LITERAL
The 'List' literal object. |
static int |
UNION
The 'Union' literal value. |
static XSDVariety |
UNION_LITERAL
The 'Union' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Variety' enumerators. |
Method Summary | |
static XSDVariety |
get(int value)
Returns the 'Variety' literal with the specified value. |
static XSDVariety |
get(java.lang.String name)
Returns the 'Variety' 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 ATOMIC
This is used to indicate that a simple type definition is atomic.
ATOMIC_LITERAL
public static final int LIST
This is used to indicate that a simple type definition is a list.
LIST_LITERAL
public static final int UNION
This is used to indicate that a simple type definition is a union.
UNION_LITERAL
public static final XSDVariety ATOMIC_LITERAL
ATOMIC
public static final XSDVariety LIST_LITERAL
LIST
public static final XSDVariety UNION_LITERAL
UNION
public static final java.util.List VALUES
Method Detail |
public static XSDVariety get(java.lang.String name)
public static XSDVariety 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 |