Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util.persistence
Interface ObjectBinding


public interface ObjectBinding

This is a data structure that binds an object and its name.


Method Summary
 java.lang.String getLabelName()
          Returns the name of the object.
 StringXMLizable getObject()
          Returns the actual object around which the structure is built.

 

Method Detail

getObject

public StringXMLizable getObject()
Returns the actual object around which the structure is built. Returns null if no object is found or if something goes wrong while retrieving the object

getLabelName

public java.lang.String getLabelName()
Returns the name of the object. Returns null if no object is found or if there is no label name.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.