|
||||||||||
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.State
public final class State
A representation of the literals of the enumeration 'State', and utility methods for working with them. specDomain: V19455 (C-0-D10882-V19463-V10889-V19455-cpt)
CDAR2Package.getState()
Field Summary | |
---|---|
static int |
NAT
The 'NAT' literal value. |
static State |
NAT_LITERAL
The 'NAT' literal object. |
static int |
STATE
The 'STATE' literal value. |
static State |
STATE_LITERAL
The 'STATE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'State' enumerators. |
Method Summary | |
---|---|
static State |
get(int value)
Returns the 'State' literal with the specified integer value. |
static State |
get(java.lang.String literal)
Returns the 'State' literal with the specified literal value. |
static State |
getByName(java.lang.String name)
Returns the 'State' 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 STATE
If the meaning of 'STATE' literal object isn't clear, there really should be more of a description here...
STATE_LITERAL
,
Constant Field Valuespublic static final int NAT
If the meaning of 'NAT' literal object isn't clear, there really should be more of a description here...
NAT_LITERAL
,
Constant Field Valuespublic static final State STATE_LITERAL
STATE
public static final State NAT_LITERAL
NAT
public static final java.util.List VALUES
Method Detail |
---|
public static State get(java.lang.String literal)
public static State getByName(java.lang.String name)
public static State get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |