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

E12063-07

oracle.dss.graph
Class DataSelection

java.lang.Object
  extended by oracle.dss.graph.GraphSelection
      extended by oracle.dss.graph.DataSelection
All Implemented Interfaces:
java.io.Serializable

public class DataSelection
extends GraphSelection

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.dss.graph.GraphSelection
GraphSelection.SelectionType
 
Constructor Summary
DataSelection(KeyMap seriesKey, KeyMap groupKey)
          Constructor
DataSelection(KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<KeyMap> getGroupKeys()
          Retrieves list of KeyMap for the group
 KeyMap getSeriesKey()
          Retrieves KeyMap for the series
 int hashCode()
           
protected  void init(KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSelection

public DataSelection(KeyMap seriesKey,
                     KeyMap groupKey)
Constructor

Parameters:
seriesKey - KeyMap for the series - key-value mapping
groupKey - KeyMap for the group - key-value mapping

DataSelection

public DataSelection(KeyMap seriesKey,
                     java.util.List<KeyMap> groupKeySet)
Constructor

Parameters:
seriesKey - KeyMap for the series key-value mapping
groupKeySet - list of KeyMap for the group
Method Detail

init

protected void init(KeyMap seriesKey,
                    java.util.List<KeyMap> groupKeySet)
init


equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getGroupKeys

public java.util.List<KeyMap> getGroupKeys()
Retrieves list of KeyMap for the group

Returns:
list of KeyMap for the group

getSeriesKey

public KeyMap getSeriesKey()
Retrieves KeyMap for the series

Returns:
KeyMap for the series

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

E12063-07

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