public static enum LogicalType.Type.type extends Enum<LogicalType.Type.type>
Enum Constant and Description |
---|
BSON |
DATE |
DECIMAL |
ENUM |
INT |
INTERVAL |
JSON |
LIST |
MAP |
NIL |
NONE |
STRING |
TIME |
TIMESTAMP |
UNDEFINED |
UUID |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
LogicalType.Type.type |
intern() |
String |
toString() |
static LogicalType.Type.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalType.Type.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogicalType.Type.type UNDEFINED
public static final LogicalType.Type.type STRING
public static final LogicalType.Type.type MAP
public static final LogicalType.Type.type LIST
public static final LogicalType.Type.type ENUM
public static final LogicalType.Type.type DECIMAL
public static final LogicalType.Type.type DATE
public static final LogicalType.Type.type TIME
public static final LogicalType.Type.type TIMESTAMP
public static final LogicalType.Type.type INTERVAL
public static final LogicalType.Type.type INT
public static final LogicalType.Type.type NIL
public static final LogicalType.Type.type JSON
public static final LogicalType.Type.type BSON
public static final LogicalType.Type.type UUID
public static final LogicalType.Type.type NONE
public static LogicalType.Type.type[] values()
for (LogicalType.Type.type c : LogicalType.Type.type.values()) System.out.println(c);
public static LogicalType.Type.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 LogicalType.Type.type intern()
public String toString()
toString
in class Enum<LogicalType.Type.type>
Copyright © 2022. All rights reserved.