|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.rt.ResultType
This ResultType represents the different types of result the ServiceContext can store.
| Field Summary | |
static ResultType |
ADAPTERIndicates AdapterResult result |
static int |
ADAPTER_INDEX |
static ResultType |
BINARYIndicates binary result, i.e. |
static int |
BINARY_INDEX |
static ResultType |
DEVICE_MLIndicates device specific ML (text) result - no transformation |
static int |
DEVICE_ML_INDEX |
static ResultType |
SIMPLEIndicates SimpleResult result |
static int |
SIMPLE_INDEX |
static ResultType |
XADIndicates XAD result |
static int |
XAD_INDEX |
static ResultType |
XFXCIndicates XFXC result |
static int |
XFXC_INDEX |
static ResultType |
XHTMLIndicates XHTML result |
static int |
XHTML_INDEX |
static ResultType |
XHTMLMPIndicates XHTML Mobile Profile result |
static int |
XHTMLMP_INDEX |
| Method Summary | |
ResultType[] |
getAllTypes() |
int |
getIndex() |
java.lang.String |
toString()Get the name of the category. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int XHTML_INDEX
public static final int SIMPLE_INDEX
public static final int ADAPTER_INDEX
public static final int DEVICE_ML_INDEX
public static final int BINARY_INDEX
public static final int XHTMLMP_INDEX
public static final int XAD_INDEX
public static final int XFXC_INDEX
public static final ResultType XHTML
public static final ResultType SIMPLE
public static final ResultType ADAPTER
public static final ResultType DEVICE_ML
public static final ResultType BINARY
public static final ResultType XHTMLMP
public static final ResultType XAD
public static final ResultType XFXC
| Method Detail |
public int getIndex()
public java.lang.String toString()
toString in class java.lang.Objectpublic ResultType[] getAllTypes()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||