Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
BOOLEAN |
0 |
public static final byte |
BYTE |
1 |
public static final byte |
DOUBLE |
6 |
public static final byte |
FLOAT |
5 |
public static final byte |
INTEGER |
3 |
public static final byte |
LONG |
4 |
public static final byte |
SHORT |
2 |
public static final byte |
STRING |
7 |
public static final byte |
UNKNOWN |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BAD_DATA |
100 |
public static final int |
FILE_NOT_FOUND_ERROR |
300 |
public static final int |
JSON_VERSION |
200 |
public static final int |
NO_CLIENT_PROPERTIES_SECTION |
400 |