public static enum DocumentReader.EventType extends Enum<DocumentReader.EventType>
Enum Constant and Description |
---|
BINARY |
BOOLEAN |
BYTE |
DATE |
DECIMAL |
DOUBLE |
END_ARRAY |
END_MAP |
FLOAT |
INT |
INTERVAL |
LONG |
NULL |
SHORT |
START_ARRAY |
START_MAP |
STRING |
TIME |
TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
static DocumentReader.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentReader.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentReader.EventType NULL
public static final DocumentReader.EventType BOOLEAN
public static final DocumentReader.EventType STRING
public static final DocumentReader.EventType BYTE
public static final DocumentReader.EventType SHORT
public static final DocumentReader.EventType INT
public static final DocumentReader.EventType LONG
public static final DocumentReader.EventType FLOAT
public static final DocumentReader.EventType DOUBLE
public static final DocumentReader.EventType DECIMAL
public static final DocumentReader.EventType DATE
public static final DocumentReader.EventType TIME
public static final DocumentReader.EventType TIMESTAMP
public static final DocumentReader.EventType INTERVAL
public static final DocumentReader.EventType BINARY
public static final DocumentReader.EventType START_MAP
public static final DocumentReader.EventType END_MAP
public static final DocumentReader.EventType START_ARRAY
public static final DocumentReader.EventType END_ARRAY
public static DocumentReader.EventType[] values()
for (DocumentReader.EventType c : DocumentReader.EventType.values()) System.out.println(c);
public static DocumentReader.EventType 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 © 2015–2019 MapR Technologies, Inc.. All rights reserved.