public static enum FieldValue.Type extends Enum<FieldValue.Type>
FieldValue data type| Enum Constant and Description |
|---|
BOOLEAN |
LONG_INT |
LONG_STRING |
SHORT_INT |
SHORT_SHORT_INT |
SHORT_SHORT_UINT |
SHORT_STRING |
SHORT_UINT |
| Modifier and Type | Method and Description |
|---|---|
char |
getChar() |
static FieldValue.Type |
valueOf(char value) |
static FieldValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValue.Type BOOLEAN
public static final FieldValue.Type SHORT_SHORT_INT
public static final FieldValue.Type SHORT_SHORT_UINT
public static final FieldValue.Type SHORT_INT
public static final FieldValue.Type SHORT_UINT
public static final FieldValue.Type SHORT_STRING
public static final FieldValue.Type LONG_STRING
public static final FieldValue.Type LONG_INT
public static FieldValue.Type[] values()
for (FieldValue.Type c : FieldValue.Type.values()) System.out.println(c);
public static FieldValue.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic char getChar()
public static FieldValue.Type valueOf(char value) throws Exception
ExceptionCopyright © 2017 WSO2. All rights reserved.