com.genesyslab.ail
Class FilterLeaf.LeafWildcard

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

public static class FilterLeaf.LeafWildcard
extends Enum

Constants for the possible wildcards in filter leaves.


Field Summary
static FilterLeaf.LeafWildcard ANY
          Constant for the '*' leaf operator.
static int ANY_
          Constant for the '*' leaf operator.
static FilterLeaf.LeafWildcard CHAR
          Constant for the '_' leaf operator.
static int CHAR_
          Constant for the '_' leaf operator.
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static FilterLeaf.LeafWildcard getLeafWildcard(int value)
          Returns the Action 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

ANY_

public static final int ANY_
Constant for the '*' leaf operator.

See Also:
Constant Field Values

ANY

public static final FilterLeaf.LeafWildcard ANY
Constant for the '*' leaf operator.


CHAR_

public static final int CHAR_
Constant for the '_' leaf operator.

See Also:
Constant Field Values

CHAR

public static final FilterLeaf.LeafWildcard CHAR
Constant for the '_' 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.


getLeafWildcard

public static final FilterLeaf.LeafWildcard getLeafWildcard(int value)
Returns the Action for this value.