public static enum DynamicMessage.Value.Type extends Enum<DynamicMessage.Value.Type>
| Enum Constant and Description |
|---|
BOOLEAN |
ENUM |
FLOAT |
INTEGER |
MESSAGE |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DynamicMessage.Value.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicMessage.Value.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicMessage.Value.Type BOOLEAN
public static final DynamicMessage.Value.Type INTEGER
public static final DynamicMessage.Value.Type FLOAT
public static final DynamicMessage.Value.Type STRING
public static final DynamicMessage.Value.Type ENUM
public static final DynamicMessage.Value.Type MESSAGE
public static DynamicMessage.Value.Type[] values()
for (DynamicMessage.Value.Type c : DynamicMessage.Value.Type.values()) System.out.println(c);
public static DynamicMessage.Value.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 String toString()
toString in class Enum<DynamicMessage.Value.Type>Copyright © 2015–2017. All rights reserved.