|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A ReportItem represents an item within a Report.
| Field Summary | |
static java.lang.String |
AXISAXIS indicates that the report placement for the report item is an axis. |
static java.lang.String |
MEASUREMEASURE indicates that the report placement for the report item is a measure. |
static java.lang.String |
XAXISXAXIS indicates that the report placement for the report item is the x axis. |
static java.lang.String |
YAXISYAXIS indicates that the report placement for the report item is the y axis. |
static java.lang.String |
ZAXISZAXIS indicates that the report placement for the report item is the z (page) axis. |
| Method Summary | |
OWBNamedObject |
getRelatedAttribute()Returns the related attribute, which may be a Column, a cube Measure, a dimension Level Attribute or a Query Item. |
Report |
getReport()Returns the owning report. |
java.lang.String |
getReportPlacement()Returns the placement for the report item in the report. |
void |
setRelatedAttribute(OWBNamedObject attribute)Sets the related attribute for the Report Item to reference a Column, a cube Measure, a dimension Level Attribute or a Query Item. |
void |
setReportPlacement(java.lang.String reportPlacement)Sets the placement for the report item in the report. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Field Detail |
public static final java.lang.String MEASURE
public static final java.lang.String AXIS
public static final java.lang.String XAXIS
public static final java.lang.String YAXIS
public static final java.lang.String ZAXIS
| Method Detail |
public java.lang.String getReportPlacement()
setReportPlacement(java.lang.String)public void setReportPlacement(java.lang.String reportPlacement)
reportPlacement - a String specifying the report placement value. Possible values are MEASURE, AXIS, XAXIS, YAXIS or ZAXIS.getReportPlacement()public Report getReport()
public void setRelatedAttribute(OWBNamedObject attribute)
attribute - an OWBNamedObject specifying the related attribute. (A null attribute value leaves the related attribute unset.)getRelatedAttribute()public OWBNamedObject getRelatedAttribute()
null if none.setRelatedAttribute(oracle.owb.foundation.OWBNamedObject)
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||