public static enum DataTypeLayout.BufferKind extends Enum<DataTypeLayout.BufferKind>
| Enum Constant and Description |
|---|
ALWAYS_NULL |
BITMAP |
FIXED_WIDTH |
VARIABLE_WIDTH |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
DataTypeLayout.BufferKind |
intern() |
String |
toString() |
static DataTypeLayout.BufferKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeLayout.BufferKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeLayout.BufferKind FIXED_WIDTH
public static final DataTypeLayout.BufferKind VARIABLE_WIDTH
public static final DataTypeLayout.BufferKind BITMAP
public static final DataTypeLayout.BufferKind ALWAYS_NULL
public static DataTypeLayout.BufferKind[] values()
for (DataTypeLayout.BufferKind c : DataTypeLayout.BufferKind.values()) System.out.println(c);
public static DataTypeLayout.BufferKind 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 DataTypeLayout.BufferKind intern()
public String toString()
toString in class Enum<DataTypeLayout.BufferKind>Copyright © 2021. All rights reserved.