Package org.hcjf.layers.query
Class Query.QueryOrderFunction
- java.lang.Object
-
- org.hcjf.layers.query.Query.QueryParameter
-
- org.hcjf.layers.query.Query.QueryFunction
-
- org.hcjf.layers.query.Query.QueryOrderFunction
-
- All Implemented Interfaces:
java.lang.Comparable<Query.QueryParameter>,Query.QueryComponent,Query.QueryOrderParameter
- Enclosing class:
- Query
public static class Query.QueryOrderFunction extends Query.QueryFunction implements Query.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.Query.QueryFunction
getFunctionName, getParameters, getResources, verifyResource
-
Methods inherited from class org.hcjf.layers.query.Query.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.Query.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 interfaceQuery.QueryOrderParameter- Returns:
- Desc property.
-
-