|
|||||||||
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.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 java.util.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 value. |
static XSDCardinality |
get(java.lang.String name)
Returns the 'Cardinality' 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 FINITE
This is used to indicate that the value space of a simple type definition is finite.
FINITE_LITERAL
public 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
public static final XSDCardinality FINITE_LITERAL
FINITE
public static final XSDCardinality COUNTABLY_INFINITE_LITERAL
COUNTABLY_INFINITE
public static final java.util.List VALUES
Method Detail |
public static XSDCardinality get(java.lang.String name)
public static XSDCardinality 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 |