com.businessobjects.rebean.wi
Interface SupportedView


public interface SupportedView

The SupportedView interface is used to indicate one of the formats in which it is possible to view a DocumentInstance or DataProvider.

Desktop Intelligence and Web Intelligence documents do not support the same OutputFormatType and ViewModeType combinations. The SupportedView interface is used to store information about a single way in which it is possible to present a specific DocumentInstance or DataProvider.

Since:
11.5
See Also:
SupportedViews, OutputFormatType, ViewModeType

Method Summary
 OutputFormatType getOutputFormatType()
          Return the OutputFormatType supported by this view.
 ViewModeType getViewModeType()
          Return the ViewModeType supported by this view.
 

Method Detail

getOutputFormatType

OutputFormatType getOutputFormatType()
Return the OutputFormatType supported by this view.

Returns:
The OutputFormatType supported by this view.

getViewModeType

ViewModeType getViewModeType()
Return the ViewModeType supported by this view.

Returns:
The ViewModeType supported by this view.