public enum ColumnFilterSetOperation extends Enum<ColumnFilterSetOperation>
Modifier and Type | Method and Description |
---|---|
static ColumnFilterSetOperation |
getByValue(int value) |
int |
getValue() |
static ColumnFilterSetOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnFilterSetOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnFilterSetOperation AND
public static final ColumnFilterSetOperation OR
public static final ColumnFilterSetOperation UNKNOWN
public static ColumnFilterSetOperation[] values()
for (ColumnFilterSetOperation c : ColumnFilterSetOperation.values()) System.out.println(c);
public static ColumnFilterSetOperation 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 int getValue()
public static ColumnFilterSetOperation getByValue(int value)
Copyright © 2016. All rights reserved.