|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Summarizes the permitted types of Param objects.
Param,
ParamType| Field Summary | |
static int |
BOOLEAN
An int representation of the boolean type. |
static java.lang.String |
BOOLEAN_S
A String representation of the boolean type. |
static int |
BYTE
An int representation of the byte type. |
static java.lang.String |
BYTE_S
A String representation of the byte type. |
static int |
DOUBLE
An int representation of the double type. |
static java.lang.String |
DOUBLE_S
A String representation of the double type. |
static int |
FLOAT
An int representation of the float type. |
static java.lang.String |
FLOAT_S
A String representation of the float type. |
static int |
INT
An int representation of the int type. |
static java.lang.String |
INT_S
A String representation of the int type. |
static int |
LONG
An int representation of the long type. |
static java.lang.String |
LONG_S
A String representation of the long type. |
static int |
MAX_TYPE
|
static java.lang.String |
MAX_TYPE_S
|
static int |
SHORT
An int representation of the short type. |
static java.lang.String |
SHORT_S
A String representation of the short type. |
static int |
STRING
An int representation of the String type. |
static java.lang.String |
STRING_S
A String representation of the String type. |
static int |
UNKNOWN
|
static java.lang.String |
UNKNOWN_S
|
| Field Detail |
public static final int UNKNOWN
public static final int STRING
int representation of the String type.public static final int BOOLEAN
int representation of the boolean type.public static final int BYTE
int representation of the byte type.public static final int SHORT
int representation of the short type.public static final int INT
int representation of the int type.public static final int LONG
int representation of the long type.public static final int FLOAT
int representation of the float type.public static final int DOUBLE
int representation of the double type.public static final int MAX_TYPE
public static final java.lang.String UNKNOWN_S
public static final java.lang.String STRING_S
String representation of the String type.public static final java.lang.String BOOLEAN_S
String representation of the boolean type.public static final java.lang.String BYTE_S
String representation of the byte type.public static final java.lang.String SHORT_S
String representation of the short type.public static final java.lang.String INT_S
String representation of the int type.public static final java.lang.String LONG_S
String representation of the long type.public static final java.lang.String FLOAT_S
String representation of the float type.public static final java.lang.String DOUBLE_S
String representation of the double type.public static final java.lang.String MAX_TYPE_S
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||