|
||||||||||
| 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.ohf.ihe.common.cdar2.ListTypeType
public final class ListTypeType
A representation of the literals of the enumeration 'List Type Type', and utility methods for working with them.
CDAR2Package.getListTypeType()| Field Summary | |
|---|---|
static int |
ORDERED
The 'Ordered' literal value. |
static ListTypeType |
ORDERED_LITERAL
The 'Ordered' literal object. |
static int |
UNORDERED
The 'Unordered' literal value. |
static ListTypeType |
UNORDERED_LITERAL
The 'Unordered' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'List Type Type' enumerators. |
| Method Summary | |
|---|---|
static ListTypeType |
get(int value)
Returns the 'List Type Type' literal with the specified integer value. |
static ListTypeType |
get(java.lang.String literal)
Returns the 'List Type Type' literal with the specified literal value. |
static ListTypeType |
getByName(java.lang.String name)
Returns the 'List Type Type' 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ORDERED
If the meaning of 'Ordered' literal object isn't clear, there really should be more of a description here...
ORDERED_LITERAL,
Constant Field Valuespublic static final int UNORDERED
If the meaning of 'Unordered' literal object isn't clear, there really should be more of a description here...
UNORDERED_LITERAL,
Constant Field Valuespublic static final ListTypeType ORDERED_LITERAL
ORDEREDpublic static final ListTypeType UNORDERED_LITERAL
UNORDEREDpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ListTypeType get(java.lang.String literal)
public static ListTypeType getByName(java.lang.String name)
public static ListTypeType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||