Package org.hcjf.layers.query
Class Query.QueryOrderField
- java.lang.Object
-
- org.hcjf.layers.query.Query.QueryParameter
-
- org.hcjf.layers.query.Query.QueryField
-
- org.hcjf.layers.query.Query.QueryOrderField
-
- All Implemented Interfaces:
java.lang.Comparable<Query.QueryParameter>,Query.QueryComponent,Query.QueryOrderParameter
- Enclosing class:
- Query
public static class Query.QueryOrderField extends Query.QueryField implements Query.QueryOrderParameter
This class represents a order field with desc property
-
-
Constructor Summary
Constructors Constructor Description QueryOrderField(Query query, java.lang.String fieldPath, boolean desc)
-
Method Summary
Modifier and Type Method Description booleanisDesc()Return the desc property.-
Methods inherited from class org.hcjf.layers.query.Query.QueryField
resolve, 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
-
QueryOrderField
public QueryOrderField(Query query, java.lang.String fieldPath, boolean desc)
-
-
Method Detail
-
isDesc
public boolean isDesc()
Return the desc property.- Specified by:
isDescin interfaceQuery.QueryOrderParameter- Returns:
- Desc property.
-
-