Package stroom.query.common.v2
Class CompiledSort
- java.lang.Object
-
- stroom.query.common.v2.CompiledSort
-
- All Implemented Interfaces:
java.io.Serializable
public class CompiledSort extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledSort(int fieldIndex, Sort sort)
-
Method Summary
Modifier and Type Method Description Sort.SortDirection
getDirection()
int
getFieldIndex()
int
getOrder()
java.lang.String
toString()
-
-
-
Constructor Detail
-
CompiledSort
public CompiledSort(int fieldIndex, Sort sort)
-
-
Method Detail
-
getFieldIndex
public int getFieldIndex()
-
getOrder
public int getOrder()
-
getDirection
public Sort.SortDirection getDirection()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-