public static enum TabularDataBasedDS.FilterOperator extends Enum<TabularDataBasedDS.FilterOperator>
Enum Constant and Description |
---|
EQUALS |
GREATER_THAN |
LESS_THAN |
Modifier and Type | Method and Description |
---|---|
static TabularDataBasedDS.FilterOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabularDataBasedDS.FilterOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabularDataBasedDS.FilterOperator EQUALS
public static final TabularDataBasedDS.FilterOperator LESS_THAN
public static final TabularDataBasedDS.FilterOperator GREATER_THAN
public static TabularDataBasedDS.FilterOperator[] values()
for (TabularDataBasedDS.FilterOperator c : TabularDataBasedDS.FilterOperator.values()) System.out.println(c);
public static TabularDataBasedDS.FilterOperator 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 nullCopyright © 2019 WSO2. All rights reserved.