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

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.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 APPROVED
          The instance of the Approved type
static int APPROVED_TYPE
          The Approved type
static StatusType DEPRECATED
          The instance of the Deprecated type
static int DEPRECATED_TYPE
          The Deprecated type
static StatusType SUBMITTED
          The instance of the Submitted type
static int SUBMITTED_TYPE
          The Submitted type
static StatusType WITHDRAWN
          The instance of the Withdrawn type
static int WITHDRAWN_TYPE
          The Withdrawn 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

SUBMITTED_TYPE

public static final int SUBMITTED_TYPE
The Submitted type

See Also:
Constant Field Values

SUBMITTED

public static final StatusType SUBMITTED
The instance of the Submitted type


APPROVED_TYPE

public static final int APPROVED_TYPE
The Approved type

See Also:
Constant Field Values

APPROVED

public static final StatusType APPROVED
The instance of the Approved type


DEPRECATED_TYPE

public static final int DEPRECATED_TYPE
The Deprecated type

See Also:
Constant Field Values

DEPRECATED

public static final StatusType DEPRECATED
The instance of the Deprecated type


WITHDRAWN_TYPE

public static final int WITHDRAWN_TYPE
The Withdrawn type

See Also:
Constant Field Values

WITHDRAWN

public static final StatusType WITHDRAWN
The instance of the Withdrawn 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 -