|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.types.StabilityType
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 |
public static final int DYNAMIC_TYPE
public static final StabilityType DYNAMIC
public static final int DYNAMICCOMPATIBLE_TYPE
public static final StabilityType DYNAMICCOMPATIBLE
public static final int STATIC_TYPE
public static final StabilityType STATIC
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static StabilityType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |