Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.deployment
Class AWAttributeOrganization

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.deployment.AWAttributeOrganization

All Implemented Interfaces:
MetadataObject

public final class AWAttributeOrganization
extends BaseMetadataObject

A metadata object that represents the organization of an MdmAttribute for an AWPrimaryDimensionOrganization. An application creates an AWAttributeOrganization 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
getID, getOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createAttributeIndex

public final boolean createAttributeIndex()
Indicates whether Oracle OLAP creates an index for the attribute.
Returns:
A boolean that indicates whether Oracle OLAP creates an index for the attribute.

setCreateAttributeIndex

public final void setCreateAttributeIndex(boolean val)
Specifies whether Oracle OLAP creates an index for the attribute. An index enables a query to execute more quickly.
Parameters:
val - A boolean that is true if you Oracle OLAP to create an index for the attribute, or false otherwise.

getAWDimensionOrganization

public final AWPrimaryDimensionOrganization getAWDimensionOrganization()
Gets the AWPrimaryDimensionOrganization that owns this AWAttributeOrganization.
Returns:
The AWPrimaryDimensionOrganization that owns this AWAttributeOrganization.

getAttribute

public final MdmBaseAttribute getAttribute()
Gets the MdmBaseAttribute that is associated with this AWAttributeOrganization.
Returns:
The MdmBaseAttribute associated with this AWAttributeOrganization.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.