|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.RenderingOptimizationType
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 |
public static final int MONITOR_TYPE
public static final RenderingOptimizationType MONITOR
public static final int CAVE_TYPE
public static final RenderingOptimizationType CAVE
public static final int CELLPHONE_TYPE
public static final RenderingOptimizationType CELLPHONE
public static final int PDA_TYPE
public static final RenderingOptimizationType PDA
public static final int AUDIOONLY_TYPE
public static final RenderingOptimizationType AUDIOONLY
public static final int NOAUDIO_TYPE
public static final RenderingOptimizationType NOAUDIO
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static RenderingOptimizationType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |