|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.deployment.AWAttributeOrganization
public final class AWAttributeOrganization
A metadata object that represents the organization of an
MdmAttribute for an AWPrimaryDimensionOrganization.
An application gets an AWAttributeOrganization for an attribute
with the getAttributeOrganization method of the
AWPrimaryDimensionOrganization.
| Method Summary | |
|---|---|
boolean |
createAttributeIndex()
Indicates whether Oracle OLAP creates an index for the attribute. |
MdmBaseAttribute |
getAttribute()
Gets the MdmBaseAttribute that is associated with this
AWAttributeOrganization. |
AWPrimaryDimensionOrganization |
getAWDimensionOrganization()
Gets the AWPrimaryDimensionOrganization that owns this
AWAttributeOrganization. |
void |
setCreateAttributeIndex(boolean val)
Specifies whether Oracle OLAP creates an index for the attribute. |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getContainedByObject, getID, getName, getNewName, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final boolean createAttributeIndex()
boolean that indicates whether Oracle OLAP
creates an index for the attribute.public final void setCreateAttributeIndex(boolean val)
val - A boolean that is true if you want
Oracle OLAP to create an index for the attribute, or
false otherwise.public final AWPrimaryDimensionOrganization getAWDimensionOrganization()
AWPrimaryDimensionOrganization that owns this
AWAttributeOrganization.
AWPrimaryDimensionOrganization that owns this
AWAttributeOrganization.public final MdmBaseAttribute getAttribute()
MdmBaseAttribute that is associated with this
AWAttributeOrganization.
MdmBaseAttribute associated with this
AWAttributeOrganization.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||