public final class AWAttributeOrganization extends PublicMetadataObject
MdmAttribute
for an AWPrimaryDimensionOrganization
. An application gets an AWAttributeOrganization
for an attribute with the getAttributeOrganization
method of the AWPrimaryDimensionOrganization
.Modifier and Type | Method and Description |
---|---|
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.
|
getContainedByObject, getID, getName, getNewName, getOwner
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
.