Uses of Class
org.hawk.ds.OperatorEnum

Packages that use OperatorEnum
org.hawk.ds   
 

Uses of OperatorEnum in org.hawk.ds
 

Methods in org.hawk.ds that return OperatorEnum
static OperatorEnum OperatorEnum.matches(java.lang.String substr)
          This returns OperatorEnum if the input parameter matches with any of the known operators.
static OperatorEnum OperatorEnum.matchesExactly(java.lang.String substr)
          This returns OperatorEnum if the input parameter matches with any of the known operators.
static OperatorEnum OperatorEnum.value(java.lang.String operatorStr)
          This creates OperatorEnum from operator raw string.
static OperatorEnum OperatorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatorEnum[] OperatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hawk.ds with parameters of type OperatorEnum
 boolean OperatorEnum.equals(OperatorEnum other)
          This checks equality of two operators