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

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

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

See Also:
Serialized Form

Field Summary
static StabilityType DYNAMIC
          The instance of the Dynamic type
static int DYNAMIC_TYPE
          The Dynamic type
static StabilityType DYNAMICCOMPATIBLE
          The instance of the DynamicCompatible type
static int DYNAMICCOMPATIBLE_TYPE
          The DynamicCompatible type
static StabilityType STATIC
          The instance of the Static type
static int STATIC_TYPE
          The Static type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of StabilityType
 int getType()
          Returns the type of this StabilityType
 java.lang.String toString()
          Returns the String representation of this StabilityType
static StabilityType valueOf(java.lang.String string)
          Returns a new StabilityType 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

DYNAMIC_TYPE

public static final int DYNAMIC_TYPE
The Dynamic type

See Also:
Constant Field Values

DYNAMIC

public static final StabilityType DYNAMIC
The instance of the Dynamic type


DYNAMICCOMPATIBLE_TYPE

public static final int DYNAMICCOMPATIBLE_TYPE
The DynamicCompatible type

See Also:
Constant Field Values

DYNAMICCOMPATIBLE

public static final StabilityType DYNAMICCOMPATIBLE
The instance of the DynamicCompatible type


STATIC_TYPE

public static final int STATIC_TYPE
The Static type

See Also:
Constant Field Values

STATIC

public static final StabilityType STATIC
The instance of the Static type

Method Detail

enumerate

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


getType

public int getType()
Returns the type of this StabilityType


toString

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


valueOf

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

Parameters:
string -