public static enum JsonTrackingParser.TokenType extends Enum<JsonTrackingParser.TokenType>
| Enum Constant and Description |
|---|
Boolean |
Close |
CloseArray |
Colon |
Comma |
Eof |
Null |
Number |
Open |
OpenArray |
String |
| Modifier and Type | Method and Description |
|---|---|
static JsonTrackingParser.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTrackingParser.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonTrackingParser.TokenType Open
public static final JsonTrackingParser.TokenType Close
public static final JsonTrackingParser.TokenType String
public static final JsonTrackingParser.TokenType Number
public static final JsonTrackingParser.TokenType Colon
public static final JsonTrackingParser.TokenType Comma
public static final JsonTrackingParser.TokenType OpenArray
public static final JsonTrackingParser.TokenType CloseArray
public static final JsonTrackingParser.TokenType Eof
public static final JsonTrackingParser.TokenType Null
public static final JsonTrackingParser.TokenType Boolean
public static JsonTrackingParser.TokenType[] values()
for (JsonTrackingParser.TokenType c : JsonTrackingParser.TokenType.values()) System.out.println(c);
public static JsonTrackingParser.TokenType 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 © 2014–2018 University Health Network. All rights reserved.