org.eclipse.ohf.ihe.xds.metadata
Class AvailabilityStatusType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.xds.metadata.AvailabilityStatusType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class AvailabilityStatusType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Availability Status Type', and utility methods for working with them.

See Also:
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

SUBMITTED

public static final int SUBMITTED
The 'Submitted' literal value.

If the meaning of 'Submitted' literal object isn't clear, there really should be more of a description here...

See Also:
SUBMITTED_LITERAL, Constant Field Values

APPROVED

public static final int APPROVED
The 'Approved' literal value.

If the meaning of 'Approved' literal object isn't clear, there really should be more of a description here...

See Also:
APPROVED_LITERAL, Constant Field Values

DEPRECATED

public static final int DEPRECATED
The 'Deprecated' literal value.

If the meaning of 'Deprecated' literal object isn't clear, there really should be more of a description here...

See Also:
DEPRECATED_LITERAL, Constant Field Values

WITHDRAWN

public static final int WITHDRAWN
The 'Withdrawn' literal value.

If the meaning of 'Withdrawn' literal object isn't clear, there really should be more of a description here...

See Also:
WITHDRAWN_LITERAL, Constant Field Values

SUBMITTED_LITERAL

public static final AvailabilityStatusType SUBMITTED_LITERAL
The 'Submitted' literal object.

See Also:
SUBMITTED

APPROVED_LITERAL

public static final AvailabilityStatusType APPROVED_LITERAL
The 'Approved' literal object.

See Also:
APPROVED

DEPRECATED_LITERAL

public static final AvailabilityStatusType DEPRECATED_LITERAL
The 'Deprecated' literal object.

See Also:
DEPRECATED

WITHDRAWN_LITERAL

public static final AvailabilityStatusType WITHDRAWN_LITERAL
The 'Withdrawn' literal object.

See Also:
WITHDRAWN

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Availability Status Type' enumerators.

Method Detail

get

public static AvailabilityStatusType get(java.lang.String literal)
Returns the 'Availability Status Type' literal with the specified literal value.


getByName

public static AvailabilityStatusType getByName(java.lang.String name)
Returns the 'Availability Status Type' literal with the specified name.


get

public static AvailabilityStatusType get(int value)
Returns the 'Availability Status Type' literal with the specified integer value.