org.eclipse.ohf.ihe.common.ebxml._2._1.rs
Class StatusType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.ebxml._2._1.rs.StatusType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
RegistryPackage.getStatusType()

Field Summary
static int FAILURE
          The 'Failure' literal value.
static StatusType FAILURE_LITERAL
          The 'Failure' literal object.
static int SUCCESS
          The 'Success' literal value.
static StatusType SUCCESS_LITERAL
          The 'Success' literal object.
static int UNAVAILABLE
          The 'Unavailable' literal value.
static StatusType UNAVAILABLE_LITERAL
          The 'Unavailable' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Status Type' enumerators.
 
Method Summary
static StatusType get(int value)
          Returns the 'Status Type' literal with the specified integer value.
static StatusType get(java.lang.String literal)
          Returns the 'Status Type' literal with the specified literal value.
static StatusType getByName(java.lang.String name)
          Returns the '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

SUCCESS

public static final int SUCCESS
The 'Success' literal value.

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

See Also:
SUCCESS_LITERAL, Constant Field Values

FAILURE

public static final int FAILURE
The 'Failure' literal value.

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

See Also:
FAILURE_LITERAL, Constant Field Values

UNAVAILABLE

public static final int UNAVAILABLE
The 'Unavailable' literal value.

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

See Also:
UNAVAILABLE_LITERAL, Constant Field Values

SUCCESS_LITERAL

public static final StatusType SUCCESS_LITERAL
The 'Success' literal object.

See Also:
SUCCESS

FAILURE_LITERAL

public static final StatusType FAILURE_LITERAL
The 'Failure' literal object.

See Also:
FAILURE

UNAVAILABLE_LITERAL

public static final StatusType UNAVAILABLE_LITERAL
The 'Unavailable' literal object.

See Also:
UNAVAILABLE

VALUES

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

Method Detail

get

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


getByName

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


get

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