|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregateIncompatibility
A representation of the model object 'Aggregate Incompatibility'.
This object defines the incompatibility between some business layer objects and an aggregate table of the database. Possible compatible or incompatible objects are only dimensions, measures, attributes, native, and business filters.
For example:
In the information design tool, the user defines incompatible objects in the Aggregate Navigation dialog box. See the Information Design Tool User Guide for more information.
The following features are supported:
Method Summary | |
---|---|
java.util.List<BlItem> |
getIncompatibleObjects()
Returns the value of the 'Incompatible Objects' reference list. |
java.lang.String |
getTableName()
Returns the value of the 'Table Name' attribute. |
void |
setTableName(java.lang.String value)
Sets the value of the ' Table Name ' attribute. |
Method Detail |
---|
java.lang.String getTableName()
This is the name of the table that contains objects incompatible with the aggregate table.
setTableName(String)
void setTableName(java.lang.String value)
Table Name
' attribute.
This is the name of the table that contains objects incompatible with the aggregate table.
This table can be one of the following: an alias table, a derived table, or a federated table.
value
- the new value of the 'Table Name' attribute.getTableName()
java.util.List<BlItem> getIncompatibleObjects()
BlItem
.
This is the list of business layer items that are incompatible with the aggregate table.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |