|
||||||||||
| 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.xds.metadata.AvailabilityStatusType
public final class AvailabilityStatusType
A representation of the literals of the enumeration 'Availability Status Type', and utility methods for working with them.
MetadataPackage.getAvailabilityStatusType()| Field Summary | |
|---|---|
static int |
APPROVED
The 'Approved' literal value. |
static AvailabilityStatusType |
APPROVED_LITERAL
The 'Approved' literal object. |
static int |
DEPRECATED
The 'Deprecated' literal value. |
static AvailabilityStatusType |
DEPRECATED_LITERAL
The 'Deprecated' literal object. |
static int |
SUBMITTED
The 'Submitted' literal value. |
static AvailabilityStatusType |
SUBMITTED_LITERAL
The 'Submitted' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Availability Status Type' enumerators. |
static int |
WITHDRAWN
The 'Withdrawn' literal value. |
static AvailabilityStatusType |
WITHDRAWN_LITERAL
The 'Withdrawn' literal object. |
| Method Summary | |
|---|---|
static AvailabilityStatusType |
get(int value)
Returns the 'Availability Status Type' literal with the specified integer value. |
static AvailabilityStatusType |
get(java.lang.String literal)
Returns the 'Availability Status Type' literal with the specified literal value. |
static AvailabilityStatusType |
getByName(java.lang.String name)
Returns the 'Availability Status 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 SUBMITTED
If the meaning of 'Submitted' literal object isn't clear, there really should be more of a description here...
SUBMITTED_LITERAL,
Constant Field Valuespublic static final int APPROVED
If the meaning of 'Approved' literal object isn't clear, there really should be more of a description here...
APPROVED_LITERAL,
Constant Field Valuespublic static final int DEPRECATED
If the meaning of 'Deprecated' literal object isn't clear, there really should be more of a description here...
DEPRECATED_LITERAL,
Constant Field Valuespublic static final int WITHDRAWN
If the meaning of 'Withdrawn' literal object isn't clear, there really should be more of a description here...
WITHDRAWN_LITERAL,
Constant Field Valuespublic static final AvailabilityStatusType SUBMITTED_LITERAL
SUBMITTEDpublic static final AvailabilityStatusType APPROVED_LITERAL
APPROVEDpublic static final AvailabilityStatusType DEPRECATED_LITERAL
DEPRECATEDpublic static final AvailabilityStatusType WITHDRAWN_LITERAL
WITHDRAWNpublic static final java.util.List VALUES
| Method Detail |
|---|
public static AvailabilityStatusType get(java.lang.String literal)
public static AvailabilityStatusType getByName(java.lang.String name)
public static AvailabilityStatusType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||