public static enum Type.TypeID extends Enum<Type.TypeID>
| Enum Constant and Description |
|---|
ARRAY |
BINARY |
BOOLEAN |
DATE |
DECIMAL |
DOUBLE |
FIXED |
FLOAT |
INT |
LONG |
MAP |
RECORD |
STRING |
TIME |
TIMESTAMP |
UUID |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClassTag() |
String |
getName() |
static Type.TypeID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.TypeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.TypeID RECORD
public static final Type.TypeID ARRAY
public static final Type.TypeID MAP
public static final Type.TypeID FIXED
public static final Type.TypeID STRING
public static final Type.TypeID BINARY
public static final Type.TypeID INT
public static final Type.TypeID LONG
public static final Type.TypeID FLOAT
public static final Type.TypeID DOUBLE
public static final Type.TypeID DATE
public static final Type.TypeID BOOLEAN
public static final Type.TypeID TIME
public static final Type.TypeID TIMESTAMP
public static final Type.TypeID DECIMAL
public static final Type.TypeID UUID
public static Type.TypeID[] values()
for (Type.TypeID c : Type.TypeID.values()) System.out.println(c);
public static Type.TypeID 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 String getName()
public Class<?> getClassTag()
Copyright © 2024 The Apache Software Foundation. All rights reserved.