com.genesyslab.ail
Class FilterNode.NodeOperator

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.FilterNode.NodeOperator
Enclosing interface:
FilterNode

public static class FilterNode.NodeOperator
extends Enum

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

AND_

public static final int AND_
Constant for the 'and' node operator.

See Also:
Constant Field Values

AND

public static final FilterNode.NodeOperator AND
Constant for the 'and' node operator.


OR_

public static final int OR_
Constant for the 'or' node operator.

See Also:
Constant Field Values

OR

public static final FilterNode.NodeOperator OR
Constant for the 'or' node operator.


MAX

public static final int MAX
The number of defined constants, also the next usable value for the possible constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getNodeOperator

public static final FilterNode.NodeOperator getNodeOperator(int value)
Returns the NodeOperator for this value.