public static enum VariableStarColumnWriter.PointerSize extends Enum<VariableStarColumnWriter.PointerSize>
Enum Constant and Description |
---|
I32
Short (32-bit) pointer size.
|
I64
Long (64-bit) pointer size.
|
Modifier and Type | Method and Description |
---|---|
static VariableStarColumnWriter.PointerSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableStarColumnWriter.PointerSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableStarColumnWriter.PointerSize I32
public static final VariableStarColumnWriter.PointerSize I64
public static VariableStarColumnWriter.PointerSize[] values()
for (VariableStarColumnWriter.PointerSize c : VariableStarColumnWriter.PointerSize.values()) System.out.println(c);
public static VariableStarColumnWriter.PointerSize 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 nullCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.