public enum CVGroupTypeOptions extends Enum<CVGroupTypeOptions>
| Enum Constant and Description |
|---|
BIT_LIST |
BIT_LIST_SORT |
GREATER |
GREATER_EQUAL |
LESS |
LESS_EQUAL |
REVERSE_COL |
REVERSE_ROW |
SWITCH_ROW_COL |
| Modifier and Type | Method and Description |
|---|---|
static CVGroupTypeOptions |
fromValue(String v) |
String |
value() |
static CVGroupTypeOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVGroupTypeOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVGroupTypeOptions BIT_LIST
public static final CVGroupTypeOptions BIT_LIST_SORT
public static final CVGroupTypeOptions GREATER
public static final CVGroupTypeOptions GREATER_EQUAL
public static final CVGroupTypeOptions LESS
public static final CVGroupTypeOptions LESS_EQUAL
public static final CVGroupTypeOptions SWITCH_ROW_COL
public static final CVGroupTypeOptions REVERSE_ROW
public static final CVGroupTypeOptions REVERSE_COL
public static CVGroupTypeOptions[] values()
for (CVGroupTypeOptions c : CVGroupTypeOptions.values()) System.out.println(c);
public static CVGroupTypeOptions 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 value()
public static CVGroupTypeOptions fromValue(String v)
Copyright © 2024. All rights reserved.