com.genesyslab.ail
Class FilterLeaf.LeafOperator

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.FilterLeaf.LeafOperator
Enclosing interface:
FilterLeaf

public static class FilterLeaf.LeafOperator
extends Enum

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

EQUAL_

public static final int EQUAL_
Constant for the 'equals' leaf operator.

See Also:
Constant Field Values

EQUAL

public static final FilterLeaf.LeafOperator EQUAL
Constant for the 'equals' leaf operator.


NOTEQUAL_

public static final int NOTEQUAL_
Constant for the 'not equals' leaf operator.

See Also:
Constant Field Values

NOTEQUAL

public static final FilterLeaf.LeafOperator NOTEQUAL
Constant for the 'not equals' leaf 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.


getLeafOperator

public static final FilterLeaf.LeafOperator getLeafOperator(int value)
Returns the LeafOperator for this value.