org.gxos.schema.types
Class RelationReasonType

java.lang.Object
  |
  +--org.gxos.schema.types.RelationReasonType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static RelationReasonType EVENT
          The instance of the Event type
static int EVENT_TYPE
          The Event type
static RelationReasonType EXPORTSOURCE
          The instance of the ExportSource type
static int EXPORTSOURCE_TYPE
          The ExportSource type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of RelationReasonType
 int getType()
          Returns the type of this RelationReasonType
 java.lang.String toString()
          Returns the String representation of this RelationReasonType
static RelationReasonType valueOf(java.lang.String string)
          Returns a new RelationReasonType 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

EXPORTSOURCE_TYPE

public static final int EXPORTSOURCE_TYPE
The ExportSource type

EXPORTSOURCE

public static final RelationReasonType EXPORTSOURCE
The instance of the ExportSource type

EVENT_TYPE

public static final int EVENT_TYPE
The Event type

EVENT

public static final RelationReasonType EVENT
The instance of the Event type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this RelationReasonType

toString

public java.lang.String toString()
Returns the String representation of this RelationReasonType
Overrides:
toString in class java.lang.Object

valueOf

public static RelationReasonType valueOf(java.lang.String string)
Returns a new RelationReasonType based on the given String value.
Parameters:
string -