public static enum Type.type extends Enum<Type.type>
Enum Constant and Description |
---|
BOOLEAN |
BYTE_ARRAY |
DOUBLE |
FIXED_LEN_BYTE_ARRAY |
FLOAT |
INT32 |
INT64 |
INT96 |
UNDEFINED |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Type.type |
intern() |
String |
toString() |
static Type.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.type BOOLEAN
public static final Type.type INT32
public static final Type.type INT64
public static final Type.type INT96
public static final Type.type FLOAT
public static final Type.type DOUBLE
public static final Type.type BYTE_ARRAY
public static final Type.type FIXED_LEN_BYTE_ARRAY
public static final Type.type UNDEFINED
public static Type.type[] values()
for (Type.type c : Type.type.values()) System.out.println(c);
public static 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 Type.type intern()
Copyright © 2022. All rights reserved.