|
|||||||||
| 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.FilterNode.NodeOperator
public static class FilterNode.NodeOperator
Constants for the possible operators on filter nodes.
| Field Summary | |
|---|---|
static FilterNode.NodeOperator |
AND
Constant for the 'and' node operator. |
static int |
AND_
Constant for the 'and' node operator. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static FilterNode.NodeOperator |
OR
Constant for the 'or' node operator. |
static int |
OR_
Constant for the 'or' node operator. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static FilterNode.NodeOperator |
getNodeOperator(int value)
Returns the NodeOperator 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 AND_
public static final FilterNode.NodeOperator AND
public static final int OR_
public static final FilterNode.NodeOperator OR
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final FilterNode.NodeOperator getNodeOperator(int value)
NodeOperator for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||