|
|||||||||||
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.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 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 integer value |
static XSDVariety |
get(String literal)
Returns the 'Variety' literal with the specified literal value |
static XSDVariety |
getByName(String name)
Returns the 'Variety' 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 ATOMIC
This is used to indicate that a simple type definition is atomic.
ATOMIC_LITERAL
,
Constant Field Valuespublic static final int LIST
This is used to indicate that a simple type definition is a list.
LIST_LITERAL
,
Constant Field Valuespublic static final int UNION
This is used to indicate that a simple type definition is a union.
UNION_LITERAL
,
Constant Field Valuespublic static final XSDVariety ATOMIC_LITERAL
ATOMIC
public static final XSDVariety LIST_LITERAL
LIST
public static final XSDVariety UNION_LITERAL
UNION
public static final List VALUES
Method Detail |
public static XSDVariety get(String literal)
public static XSDVariety getByName(String name)
public static XSDVariety 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 |