public class LayerSortInfo extends CubicSortInfo
m_edge, m_grouped, m_nullsFirst
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper
Constructor and Description |
---|
LayerSortInfo(int edge, int layer, int direction, boolean nullsFirst, boolean grouped) |
Modifier and Type | Method and Description |
---|---|
int |
getLayer() |
getEdge, isGrouped, isNullsFirst, setEdge, setGrouped, setNullsFirst
associateParameter, equals, getAssociatedParameterName, getDirection, getLayerName, getParameterNames, parameterize, setDirection, setLayerName, usesParameter
public LayerSortInfo(int edge, int layer, int direction, boolean nullsFirst, boolean grouped)
edge
- cubic edge to sort (row or column).layer
- layer column within the edge to sortdirection
- sort ascending or descendingnullsFirst
- should all null values be sorted first or last?grouped
- should values be sorted within their outer layer values, or should the entire edge be sorted as sets of tuples?