com.businessobjects.rebean.wi
Interface Dynamic

All Known Subinterfaces:
Report

public interface Dynamic

The Dynamic interface is extended by interfaces that aggregate other interfaces at run time. The sole interface using this mechanism is the Report interface. Therefore, the Report interface inherits from the Dynamic interface. The interface names are the names defined by the object model.


Method Summary
 java.lang.Object getNamedInterface(java.lang.String interfaceName)
          Gets the object which implements the named interface.
 java.lang.String[] getNamedInterfaces()
          Gets the name of the supported interfaces.
 

Method Detail

getNamedInterfaces

java.lang.String[] getNamedInterfaces()
Gets the name of the supported interfaces.

Returns:
The name of the supported interfaces.

getNamedInterface

java.lang.Object getNamedInterface(java.lang.String interfaceName)
                                   throws REException
Gets the object which implements the named interface.

Parameters:
interfaceName - The requested interface name.
Returns:
The object which implements this interface.
Throws:
REException