Uses of Class
net.floodlightcontroller.storage.OperatorPredicate.Operator

Packages that use OperatorPredicate.Operator
net.floodlightcontroller.storage   
 

Uses of OperatorPredicate.Operator in net.floodlightcontroller.storage
 

Methods in net.floodlightcontroller.storage that return OperatorPredicate.Operator
 OperatorPredicate.Operator OperatorPredicate.getOperator()
           
static OperatorPredicate.Operator OperatorPredicate.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatorPredicate.Operator[] OperatorPredicate.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.storage with parameters of type OperatorPredicate.Operator
OperatorPredicate(java.lang.String columnName, OperatorPredicate.Operator operator, java.lang.Comparable<?> value)