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

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

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

See Also:
Serialized Form

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

CREATED_TYPE

public static final int CREATED_TYPE
The Created type

See Also:
Constant Field Values

CREATED

public static final EventTypeType CREATED
The instance of the Created type


DELETED_TYPE

public static final int DELETED_TYPE
The Deleted type

See Also:
Constant Field Values

DELETED

public static final EventTypeType DELETED
The instance of the Deleted type


DEPRECATED_TYPE

public static final int DEPRECATED_TYPE
The Deprecated type

See Also:
Constant Field Values

DEPRECATED

public static final EventTypeType DEPRECATED
The instance of the Deprecated type


UPDATED_TYPE

public static final int UPDATED_TYPE
The Updated type

See Also:
Constant Field Values

UPDATED

public static final EventTypeType UPDATED
The instance of the Updated type


VERSIONED_TYPE

public static final int VERSIONED_TYPE
The Versioned type

See Also:
Constant Field Values

VERSIONED

public static final EventTypeType VERSIONED
The instance of the Versioned type

Method Detail

enumerate

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


getType

public int getType()
Returns the type of this EventTypeType


toString

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


valueOf

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

Parameters:
string -