public enum CVGroupTypeOptions extends Enum<CVGroupTypeOptions>
Java class for CVGroupTypeOptions.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CVGroupTypeOptions">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="bitList"/>
<enumeration value="bitListSort"/>
<enumeration value="greater"/>
<enumeration value="greaterEqual"/>
<enumeration value="less"/>
<enumeration value="lessEqual"/>
<enumeration value="switchRowCol"/>
<enumeration value="reverseRow"/>
<enumeration value="reverseCol"/>
</restriction>
</simpleType>
| 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 © 2021. All rights reserved.