|
|||||||||||
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.XSDOrdered
A representation of the literals of the enumeration 'Ordered'.
XSDOrderedFacet.getValue()
,
XSDPackage.getXSDOrdered()
Field Summary | |
static int |
FALSE
The 'False' literal value |
static XSDOrdered |
FALSE_LITERAL
The 'False' literal object |
static int |
PARTIAL
The 'Partial' literal value |
static XSDOrdered |
PARTIAL_LITERAL
The 'Partial' literal object |
static int |
TOTAL
The 'Total' literal value |
static XSDOrdered |
TOTAL_LITERAL
The 'Total' literal object |
static List |
VALUES
A public read-only list of all the 'Ordered' enumerators |
Method Summary | |
static XSDOrdered |
get(int value)
Returns the 'Ordered' literal with the specified integer value |
static XSDOrdered |
get(String literal)
Returns the 'Ordered' literal with the specified literal value |
static XSDOrdered |
getByName(String name)
Returns the 'Ordered' 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 FALSE
This is used to indicate that a simple type definition's value space is unordered.
FALSE_LITERAL
,
Constant Field Valuespublic static final int PARTIAL
This is used to indicate that a simple type definition's value space is partially ordered.
PARTIAL_LITERAL
,
Constant Field Valuespublic static final int TOTAL
This is used to indicate that a simple type definition's value space is ordered.
TOTAL_LITERAL
,
Constant Field Valuespublic static final XSDOrdered FALSE_LITERAL
FALSE
public static final XSDOrdered PARTIAL_LITERAL
PARTIAL
public static final XSDOrdered TOTAL_LITERAL
TOTAL
public static final List VALUES
Method Detail |
public static XSDOrdered get(String literal)
public static XSDOrdered getByName(String name)
public static XSDOrdered 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 |