public enum JsonSerializeType extends Enum<JsonSerializeType>
| Enum Constant and Description |
|---|
ALL |
MASTER_SELECTION_FRAMES |
SLAVE_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static JsonSerializeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSerializeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonSerializeType ALL
public static final JsonSerializeType MASTER_SELECTION_FRAMES
public static final JsonSerializeType SLAVE_CONFIG
public static JsonSerializeType[] values()
for (JsonSerializeType c : JsonSerializeType.values()) System.out.println(c);
public static JsonSerializeType 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 nullCopyright © 2009–2016 MBus4J. All rights reserved.