|
||||||||||
| 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.ebxml._2._1.rim.StabilityType
public final class StabilityType
A representation of the literals of the enumeration 'Stability Type', and utility methods for working with them.
RimPackage.getStabilityType()| Field Summary | |
|---|---|
static int |
DYNAMIC
The 'Dynamic' literal value. |
static int |
DYNAMIC_COMPATIBLE
The 'Dynamic Compatible' literal value. |
static StabilityType |
DYNAMIC_COMPATIBLE_LITERAL
The 'Dynamic Compatible' literal object. |
static StabilityType |
DYNAMIC_LITERAL
The 'Dynamic' literal object. |
static int |
STATIC
The 'Static' literal value. |
static StabilityType |
STATIC_LITERAL
The 'Static' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Stability Type' enumerators. |
| Method Summary | |
|---|---|
static StabilityType |
get(int value)
Returns the 'Stability Type' literal with the specified integer value. |
static StabilityType |
get(java.lang.String literal)
Returns the 'Stability Type' literal with the specified literal value. |
static StabilityType |
getByName(java.lang.String name)
Returns the 'Stability 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 DYNAMIC
If the meaning of 'Dynamic' literal object isn't clear, there really should be more of a description here...
DYNAMIC_LITERAL,
Constant Field Valuespublic static final int DYNAMIC_COMPATIBLE
If the meaning of 'Dynamic Compatible' literal object isn't clear, there really should be more of a description here...
DYNAMIC_COMPATIBLE_LITERAL,
Constant Field Valuespublic static final int STATIC
If the meaning of 'Static' literal object isn't clear, there really should be more of a description here...
STATIC_LITERAL,
Constant Field Valuespublic static final StabilityType DYNAMIC_LITERAL
DYNAMICpublic static final StabilityType DYNAMIC_COMPATIBLE_LITERAL
DYNAMIC_COMPATIBLEpublic static final StabilityType STATIC_LITERAL
STATICpublic static final java.util.List VALUES
| Method Detail |
|---|
public static StabilityType get(java.lang.String literal)
public static StabilityType getByName(java.lang.String name)
public static StabilityType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||