|
|||||||||||
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.XSDCardinality
A representation of the literals of the enumeration 'Cardinality'.
XSDCardinalityFacet.getValue()
,
XSDPackage.getXSDCardinality()
Field Summary | |
static int |
COUNTABLY_INFINITE
The 'Countably Infinite' literal value |
static XSDCardinality |
COUNTABLY_INFINITE_LITERAL
The 'Countably Infinite' literal object |
static int |
FINITE
The 'Finite' literal value |
static XSDCardinality |
FINITE_LITERAL
The 'Finite' literal object |
static List |
VALUES
A public read-only list of all the 'Cardinality' enumerators |
Method Summary | |
static XSDCardinality |
get(int value)
Returns the 'Cardinality' literal with the specified integer value |
static XSDCardinality |
get(String literal)
Returns the 'Cardinality' literal with the specified literal value |
static XSDCardinality |
getByName(String name)
Returns the 'Cardinality' 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 FINITE
This is used to indicate that the value space of a simple type definition is finite.
FINITE_LITERAL
,
Constant Field Valuespublic static final int COUNTABLY_INFINITE
This is used to indicate that the value space of a simple type definition is countably infinite.
COUNTABLY_INFINITE_LITERAL
,
Constant Field Valuespublic static final XSDCardinality FINITE_LITERAL
FINITE
public static final XSDCardinality COUNTABLY_INFINITE_LITERAL
COUNTABLY_INFINITE
public static final List VALUES
Method Detail |
public static XSDCardinality get(String literal)
public static XSDCardinality getByName(String name)
public static XSDCardinality 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 |