public static enum GsonXMLStreamReader.JsonState extends Enum<GsonXMLStreamReader.JsonState>
Modifier and Type | Method and Description |
---|---|
static GsonXMLStreamReader.JsonState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GsonXMLStreamReader.JsonState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GsonXMLStreamReader.JsonState StartState
public static final GsonXMLStreamReader.JsonState NameValue
public static final GsonXMLStreamReader.JsonState NameName
public static final GsonXMLStreamReader.JsonState ValueValue_END
public static final GsonXMLStreamReader.JsonState ValueValue_START
public static final GsonXMLStreamReader.JsonState ValueValue_CHAR
public static final GsonXMLStreamReader.JsonState ValueEndArray
public static final GsonXMLStreamReader.JsonState ValueEndObject_END_1
public static final GsonXMLStreamReader.JsonState ValueEndObject_END_2
public static final GsonXMLStreamReader.JsonState ValueName_END
public static final GsonXMLStreamReader.JsonState ValueName_START
public static final GsonXMLStreamReader.JsonState EndObjectEndObject
public static final GsonXMLStreamReader.JsonState EndObjectName
public static final GsonXMLStreamReader.JsonState EndArrayName
public static final GsonXMLStreamReader.JsonState EndArrayEndObject
public static final GsonXMLStreamReader.JsonState EndObjectBeginObject_END
public static final GsonXMLStreamReader.JsonState EndObjectBeginObject_START
public static final GsonXMLStreamReader.JsonState EndObjectEndDocument
public static GsonXMLStreamReader.JsonState[] values()
for (GsonXMLStreamReader.JsonState c : GsonXMLStreamReader.JsonState.values()) System.out.println(c);
public static GsonXMLStreamReader.JsonState 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 © 2004–2019 The Apache Software Foundation. All rights reserved.