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


oracle.dss.rules
Interface ComponentTypeConverter

All Known Subinterfaces:
DataviewCommon, GridViewCommon, TableCommon, ThinDataviewCommon, UICrosstab, UIGridView, UITable
All Known Implementing Classes:
Dataview, ThinDataview

public interface ComponentTypeConverter

Methods required for transforming representations of view components.


Method Summary
 int convertComponentTypeToInteger(java.lang.String type)
          Retrieves an integer representation of a view component, from a String.
 java.lang.String convertComponentTypeToString(int type)
          Retrieves a String representation of a view component, from an integer.

 

Method Detail

convertComponentTypeToInteger

public int convertComponentTypeToInteger(java.lang.String type)
Retrieves an integer representation of a view component, from a String.
Parameters:
An - identifier for a view component.

convertComponentTypeToString

public java.lang.String convertComponentTypeToString(int type)
Retrieves a String representation of a view component, from an integer.
Parameters:
type - An identifier for a view component.

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


Copyright © 2003, Oracle. All Rights Reserved.