org.gxos.schema.types
Class RenderingOptimizationType

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

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

See Also:
Serialized Form

Field Summary
static RenderingOptimizationType AUDIOONLY
          The instance of the AudioOnly type
static int AUDIOONLY_TYPE
          The AudioOnly type
static RenderingOptimizationType CAVE
          The instance of the CAVE type
static int CAVE_TYPE
          The CAVE type
static RenderingOptimizationType CELLPHONE
          The instance of the CellPhone type
static int CELLPHONE_TYPE
          The CellPhone type
static RenderingOptimizationType MONITOR
          The instance of the Monitor type
static int MONITOR_TYPE
          The Monitor type
static RenderingOptimizationType NOAUDIO
          The instance of the NoAudio type
static int NOAUDIO_TYPE
          The NoAudio type
static RenderingOptimizationType PDA
          The instance of the PDA type
static int PDA_TYPE
          The PDA type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of RenderingOptimizationType
 int getType()
          Returns the type of this RenderingOptimizationType
 java.lang.String toString()
          Returns the String representation of this RenderingOptimizationType
static RenderingOptimizationType valueOf(java.lang.String string)
          Returns a new RenderingOptimizationType 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

MONITOR_TYPE

public static final int MONITOR_TYPE
The Monitor type

MONITOR

public static final RenderingOptimizationType MONITOR
The instance of the Monitor type

CAVE_TYPE

public static final int CAVE_TYPE
The CAVE type

CAVE

public static final RenderingOptimizationType CAVE
The instance of the CAVE type

CELLPHONE_TYPE

public static final int CELLPHONE_TYPE
The CellPhone type

CELLPHONE

public static final RenderingOptimizationType CELLPHONE
The instance of the CellPhone type

PDA_TYPE

public static final int PDA_TYPE
The PDA type

PDA

public static final RenderingOptimizationType PDA
The instance of the PDA type

AUDIOONLY_TYPE

public static final int AUDIOONLY_TYPE
The AudioOnly type

AUDIOONLY

public static final RenderingOptimizationType AUDIOONLY
The instance of the AudioOnly type

NOAUDIO_TYPE

public static final int NOAUDIO_TYPE
The NoAudio type

NOAUDIO

public static final RenderingOptimizationType NOAUDIO
The instance of the NoAudio type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this RenderingOptimizationType

toString

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

valueOf

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