org.gxos.schema.types
Class DestinationTypeType

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

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

See Also:
Serialized Form

Field Summary
static DestinationTypeType DEVICE
          The instance of the Device type
static int DEVICE_TYPE
          The Device type
static DestinationTypeType FILTER
          The instance of the Filter type
static int FILTER_TYPE
          The Filter type
static DestinationTypeType SOURCEDEVICE
          The instance of the SourceDevice type
static int SOURCEDEVICE_TYPE
          The SourceDevice type
static DestinationTypeType SOURCEUSER
          The instance of the SourceUser type
static int SOURCEUSER_TYPE
          The SourceUser type
static DestinationTypeType SYSTEM
          The instance of the System type
static int SYSTEM_TYPE
          The System type
static DestinationTypeType TOPIC
          The instance of the Topic type
static int TOPIC_TYPE
          The Topic type
static DestinationTypeType UPDATE
          The instance of the Update type
static int UPDATE_TYPE
          The Update type
static DestinationTypeType USER
          The instance of the User type
static int USER_TYPE
          The User type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of DestinationTypeType
 int getType()
          Returns the type of this DestinationTypeType
 java.lang.String toString()
          Returns the String representation of this DestinationTypeType
static DestinationTypeType valueOf(java.lang.String string)
          Returns a new DestinationTypeType 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

SYSTEM_TYPE

public static final int SYSTEM_TYPE
The System type

SYSTEM

public static final DestinationTypeType SYSTEM
The instance of the System type

UPDATE_TYPE

public static final int UPDATE_TYPE
The Update type

UPDATE

public static final DestinationTypeType UPDATE
The instance of the Update type

FILTER_TYPE

public static final int FILTER_TYPE
The Filter type

FILTER

public static final DestinationTypeType FILTER
The instance of the Filter type

TOPIC_TYPE

public static final int TOPIC_TYPE
The Topic type

TOPIC

public static final DestinationTypeType TOPIC
The instance of the Topic type

DEVICE_TYPE

public static final int DEVICE_TYPE
The Device type

DEVICE

public static final DestinationTypeType DEVICE
The instance of the Device type

USER_TYPE

public static final int USER_TYPE
The User type

USER

public static final DestinationTypeType USER
The instance of the User type

SOURCEUSER_TYPE

public static final int SOURCEUSER_TYPE
The SourceUser type

SOURCEUSER

public static final DestinationTypeType SOURCEUSER
The instance of the SourceUser type

SOURCEDEVICE_TYPE

public static final int SOURCEDEVICE_TYPE
The SourceDevice type

SOURCEDEVICE

public static final DestinationTypeType SOURCEDEVICE
The instance of the SourceDevice type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this DestinationTypeType

toString

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

valueOf

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