Uses of Class
org.apache.expreval.expr.function.DateFunction.IntervalType

Packages that use DateFunction.IntervalType
org.apache.expreval.expr.function   
 

Uses of DateFunction.IntervalType in org.apache.expreval.expr.function
 

Methods in org.apache.expreval.expr.function that return DateFunction.IntervalType
static DateFunction.IntervalType DateFunction.IntervalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateFunction.IntervalType[] DateFunction.IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.expreval.expr.function with parameters of type DateFunction.IntervalType
DateFunction(DateFunction.IntervalType intervalType, List<GenericValue> exprs)
           
 



Copyright © 2011. All Rights Reserved.