org.oasis.ebxml.registry.bindings.rs.types
Class StatusType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rs.types.StatusType
All Implemented Interfaces:
java.io.Serializable

public class StatusType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static StatusType FAILURE
          The instance of the Failure type
static int FAILURE_TYPE
          The Failure type
static StatusType SUCCESS
          The instance of the Success type
static int SUCCESS_TYPE
          The Success type
static StatusType UNAVAILABLE
          The instance of the Unavailable type
static int UNAVAILABLE_TYPE
          The Unavailable type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of StatusTyp
 int getType()
          Returns the type of this StatusType
 java.lang.String toString()
          Returns the String representation of this StatusType
static StatusType valueOf(java.lang.String string)
          Returns a new StatusType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS_TYPE

public static final int SUCCESS_TYPE
The Success type

See Also:
Constant Field Values

SUCCESS

public static final StatusType SUCCESS
The instance of the Success type


FAILURE_TYPE

public static final int FAILURE_TYPE
The Failure type

See Also:
Constant Field Values

FAILURE

public static final StatusType FAILURE
The instance of the Failure type


UNAVAILABLE_TYPE

public static final int UNAVAILABLE_TYPE
The Unavailable type

See Also:
Constant Field Values

UNAVAILABLE

public static final StatusType UNAVAILABLE
The instance of the Unavailable type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of StatusTyp


getType

public int getType()
Returns the type of this StatusType


toString

public java.lang.String toString()
Returns the String representation of this StatusType


valueOf

public static StatusType valueOf(java.lang.String string)
Returns a new StatusType based on the given String value.

Parameters:
string -