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