Uses of Class
net.dontdrinkandroot.persistence.filter.NumericOperator

Packages that use NumericOperator
net.dontdrinkandroot.persistence.filter   
 

Uses of NumericOperator in net.dontdrinkandroot.persistence.filter
 

Methods in net.dontdrinkandroot.persistence.filter that return NumericOperator
static NumericOperator NumericOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NumericOperator[] NumericOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.dontdrinkandroot.persistence.filter with parameters of type NumericOperator
NumericFilter(java.lang.String name, javax.persistence.metamodel.SingularAttribute<? super T,? extends java.lang.Number> attribute, NumericOperator operator, java.lang.Number literal)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.