|
|||||||||||
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.EventTypeType
Field Summary | |
static EventTypeType |
CREATED
The instance of the Created type |
static int |
CREATED_TYPE
The Created type |
static EventTypeType |
DELETED
The instance of the Deleted type |
static int |
DELETED_TYPE
The Deleted type |
static EventTypeType |
DEPRECATED
The instance of the Deprecated type |
static int |
DEPRECATED_TYPE
The Deprecated type |
static EventTypeType |
UPDATED
The instance of the Updated type |
static int |
UPDATED_TYPE
The Updated type |
static EventTypeType |
VERSIONED
The instance of the Versioned type |
static int |
VERSIONED_TYPE
The Versioned type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of EventTypeType |
int |
getType()
Returns the type of this EventTypeType |
java.lang.String |
toString()
Returns the String representation of this EventTypeType |
static EventTypeType |
valueOf(java.lang.String string)
Returns a new EventTypeType 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 CREATED_TYPE
public static final EventTypeType CREATED
public static final int DELETED_TYPE
public static final EventTypeType DELETED
public static final int DEPRECATED_TYPE
public static final EventTypeType DEPRECATED
public static final int UPDATED_TYPE
public static final EventTypeType UPDATED
public static final int VERSIONED_TYPE
public static final EventTypeType VERSIONED
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static EventTypeType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |