|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.microedition.xml.rpc.Type
The class Type
is a type safe enumeration of allowable
types that are used to identify simple types defined in a Web Service's
WSDL definition. The set of simple types are:
Stub
,
Operation
Field Summary | |
static Type |
BOOLEAN
Type constant identifying boolean parameters. |
static Type |
BYTE
Type constant identifying byte parameters. |
static Type |
DOUBLE
Type constant identifying double parameters. |
static Type |
FLOAT
Type constant identifying float parameters. |
static Type |
INT
Type constant identifying integer parameters. |
static Type |
LONG
Type constant identifying long parameters. |
static Type |
SHORT
Type constant identifying short parameters. |
static Type |
STRING
Type constant identifying String parameters. |
int |
value
The internal integer "value" of this Type, [0-9]. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Type BOOLEAN
public static final Type BYTE
public static final Type SHORT
public static final Type INT
public static final Type LONG
public static final Type FLOAT
public static final Type DOUBLE
public static final Type STRING
public final int value
|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |