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