Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
JsonValue.ValueType |
JsonValue.type() |
static JsonValue.ValueType |
JsonValue.ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonValue.ValueType[] |
JsonValue.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonValue.setType(JsonValue.ValueType type) |
Constructor and Description |
---|
JsonValue(JsonValue.ValueType type) |