|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.FilterLeaf.LeafOperator
public static class FilterLeaf.LeafOperator
Constants for the possible operators in filter leaves.
| Field Summary | |
|---|---|
static FilterLeaf.LeafOperator |
EQUAL
Constant for the 'equals' leaf operator. |
static int |
EQUAL_
Constant for the 'equals' leaf operator. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static FilterLeaf.LeafOperator |
NOTEQUAL
Constant for the 'not equals' leaf operator. |
static int |
NOTEQUAL_
Constant for the 'not equals' leaf operator. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static FilterLeaf.LeafOperator |
getLeafOperator(int value)
Returns the LeafOperator for this value. |
static int |
max()
The number of defined constants, also the next usable value for the possible constants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EQUAL_
public static final FilterLeaf.LeafOperator EQUAL
public static final int NOTEQUAL_
public static final FilterLeaf.LeafOperator NOTEQUAL
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final FilterLeaf.LeafOperator getLeafOperator(int value)
LeafOperator for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||