Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.util
Class LayerSortInfo

java.lang.Object
  extended by oracle.dss.util.SortInfo
      extended by oracle.dss.util.CubicSortInfo
          extended by oracle.dss.util.LayerSortInfo
All Implemented Interfaces:
oracle.dss.util.parameters.ParameterUser

public class LayerSortInfo
extends CubicSortInfo

Info for header sorts


Field Summary
 
Fields inherited from class oracle.dss.util.CubicSortInfo
m_edge, m_grouped, m_nullsFirst
 
Fields inherited from class oracle.dss.util.SortInfo
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper
 
Constructor Summary
LayerSortInfo(int edge, int layer, int direction, boolean nullsFirst, boolean grouped)
           
 
Method Summary
 int getLayer()
           
 
Methods inherited from class oracle.dss.util.CubicSortInfo
getEdge, isGrouped, isNullsFirst, setEdge, setGrouped, setNullsFirst
 
Methods inherited from class oracle.dss.util.SortInfo
associateParameter, equals, getAssociatedParameterName, getDirection, getLayerName, getParameterNames, parameterize, setDirection, setLayerName, usesParameter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerSortInfo

public LayerSortInfo(int edge,
                     int layer,
                     int direction,
                     boolean nullsFirst,
                     boolean grouped)
Parameters:
edge - cubic edge to sort (row or column).
layer - layer column within the edge to sort
direction - sort ascending or descending
nullsFirst - 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?
Method Detail

getLayer

public int getLayer()

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.