public static enum ConvertedType.type extends Enum<ConvertedType.type>
Enum Constant and Description |
---|
BSON |
DATE |
DECIMAL |
ENUM |
INT_16 |
INT_32 |
INT_64 |
INT_8 |
INTERVAL |
JSON |
LIST |
MAP |
MAP_KEY_VALUE |
NA |
NONE |
TIME_MICROS |
TIME_MILLIS |
TIMESTAMP_MICROS |
TIMESTAMP_MILLIS |
UINT_16 |
UINT_32 |
UINT_64 |
UINT_8 |
UNDEFINED |
UTF8 |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
ConvertedType.type |
intern() |
String |
toString() |
static ConvertedType.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertedType.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertedType.type NONE
public static final ConvertedType.type UTF8
public static final ConvertedType.type MAP
public static final ConvertedType.type MAP_KEY_VALUE
public static final ConvertedType.type LIST
public static final ConvertedType.type ENUM
public static final ConvertedType.type DECIMAL
public static final ConvertedType.type DATE
public static final ConvertedType.type TIME_MILLIS
public static final ConvertedType.type TIME_MICROS
public static final ConvertedType.type TIMESTAMP_MILLIS
public static final ConvertedType.type TIMESTAMP_MICROS
public static final ConvertedType.type UINT_8
public static final ConvertedType.type UINT_16
public static final ConvertedType.type UINT_32
public static final ConvertedType.type UINT_64
public static final ConvertedType.type INT_8
public static final ConvertedType.type INT_16
public static final ConvertedType.type INT_32
public static final ConvertedType.type INT_64
public static final ConvertedType.type JSON
public static final ConvertedType.type BSON
public static final ConvertedType.type INTERVAL
public static final ConvertedType.type NA
public static final ConvertedType.type UNDEFINED
public static ConvertedType.type[] values()
for (ConvertedType.type c : ConvertedType.type.values()) System.out.println(c);
public static ConvertedType.type 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 nullpublic ConvertedType.type intern()
public String toString()
toString
in class Enum<ConvertedType.type>
Copyright © 2022. All rights reserved.