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