|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.DeviceTypeType
Field Summary | |
static DeviceTypeType |
MAC
The instance of the Mac type |
static int |
MAC_TYPE
The Mac type |
static DeviceTypeType |
PDA
The instance of the PDA type |
static int |
PDA_TYPE
The PDA type |
static DeviceTypeType |
UNIX
The instance of the UNIX type |
static int |
UNIX_TYPE
The UNIX type |
static DeviceTypeType |
WINDOWS
The instance of the Windows type |
static int |
WINDOWS_TYPE
The Windows type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of DeviceTypeType |
int |
getType()
Returns the type of this DeviceTypeType |
java.lang.String |
toString()
Returns the String representation of this DeviceTypeType |
static DeviceTypeType |
valueOf(java.lang.String string)
Returns a new DeviceTypeType 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 PDA_TYPE
public static final DeviceTypeType PDA
public static final int WINDOWS_TYPE
public static final DeviceTypeType WINDOWS
public static final int MAC_TYPE
public static final DeviceTypeType MAC
public static final int UNIX_TYPE
public static final DeviceTypeType UNIX
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static DeviceTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |