|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.DestinationTypeType
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 |
public static final int SYSTEM_TYPE
public static final DestinationTypeType SYSTEM
public static final int UPDATE_TYPE
public static final DestinationTypeType UPDATE
public static final int FILTER_TYPE
public static final DestinationTypeType FILTER
public static final int TOPIC_TYPE
public static final DestinationTypeType TOPIC
public static final int DEVICE_TYPE
public static final DestinationTypeType DEVICE
public static final int USER_TYPE
public static final DestinationTypeType USER
public static final int SOURCEUSER_TYPE
public static final DestinationTypeType SOURCEUSER
public static final int SOURCEDEVICE_TYPE
public static final DestinationTypeType SOURCEDEVICE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static DestinationTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |