com.genesyslab.ail.srl
Class SearchSRLTemplate.SRLOperator

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.srl.SearchSRLTemplate.SRLOperator
Enclosing interface:
SearchSRLTemplate

public static class SearchSRLTemplate.SRLOperator
extends Enum

Lists the possible attributes that you can use for a SRL search.


Field Summary
static SearchSRLTemplate.SRLOperator AND
          Constant for the 'and' SRL operator.
static int AND_
          Constant for the 'and' SRL operator.
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static SearchSRLTemplate.SRLOperator OR
          Constant for the 'or' SRL operator.
static int OR_
          Constant for the 'or' SRL operator.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static SearchSRLTemplate.SRLOperator getSRLOperator(int value)
          Returns the SRLOperator 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' SRL operator.

See Also:
Constant Field Values

AND

public static final SearchSRLTemplate.SRLOperator AND
Constant for the 'and' SRL operator.


OR_

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

See Also:
Constant Field Values

OR

public static final SearchSRLTemplate.SRLOperator OR
Constant for the 'or' SRL 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.


getSRLOperator

public static final SearchSRLTemplate.SRLOperator getSRLOperator(int value)
Returns the SRLOperator for this value.