org.gxos.schema.types
Class DeviceTypeType

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

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

See Also:
Serialized Form

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

PDA_TYPE

public static final int PDA_TYPE
The PDA type

PDA

public static final DeviceTypeType PDA
The instance of the PDA type

WINDOWS_TYPE

public static final int WINDOWS_TYPE
The Windows type

WINDOWS

public static final DeviceTypeType WINDOWS
The instance of the Windows type

MAC_TYPE

public static final int MAC_TYPE
The Mac type

MAC

public static final DeviceTypeType MAC
The instance of the Mac type

UNIX_TYPE

public static final int UNIX_TYPE
The UNIX type

UNIX

public static final DeviceTypeType UNIX
The instance of the UNIX type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this DeviceTypeType

toString

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

valueOf

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