Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.util
Interface DrillTargetMetadata


public interface DrillTargetMetadata

Implemented by an Object containing a drill target ID and label. The DrillTargetMetadata may be thought of as a level, for example.


Method Summary
 java.lang.String getID()
          Return the metadata ID of this DrillTargetMetadata item.
 java.lang.String getLabel()
          Return the label of this DrillTargetMetadata item corresponding to the ID.
 

Method Detail

getID

java.lang.String getID()
Return the metadata ID of this DrillTargetMetadata item.

Returns:
a String representing the metadata ID of the drill target

getLabel

java.lang.String getLabel()
Return the label of this DrillTargetMetadata item corresponding to the ID.

Returns:
a String representing the label of the drill target.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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