Package org.hcjf.layers.query.model
Class QueryOrderFunction
- java.lang.Object
-
- org.hcjf.layers.query.model.QueryParameter
-
- org.hcjf.layers.query.model.QueryFunction
-
- org.hcjf.layers.query.model.QueryOrderFunction
-
- All Implemented Interfaces:
java.lang.Comparable<QueryParameter>,QueryComponent,QueryOrderParameter
public class QueryOrderFunction extends QueryFunction implements QueryOrderParameter
-
-
Constructor Summary
Constructors Constructor Description QueryOrderFunction(Query query, java.lang.String originalFunction, java.lang.String functionName, java.util.List<java.lang.Object> parameters, boolean desc)
-
Method Summary
Modifier and Type Method Description booleanisDesc()Return the desc property.-
Methods inherited from class org.hcjf.layers.query.model.QueryFunction
getFunctionName, getParameters, getResources, verifyResource
-
Methods inherited from class org.hcjf.layers.query.model.QueryParameter
compareTo, equals, getFieldPath, getOriginalValue, getResource, isUnderlying, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hcjf.layers.query.model.QueryComponent
isUnderlying
-
-
-
-
Constructor Detail
-
QueryOrderFunction
public QueryOrderFunction(Query query, java.lang.String originalFunction, java.lang.String functionName, java.util.List<java.lang.Object> parameters, boolean desc)
-
-
Method Detail
-
isDesc
public boolean isDesc()
Return the desc property.- Specified by:
isDescin interfaceQueryOrderParameter- Returns:
- Desc property.
-
-