|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.Attribute
|
+--oracle.AWXML.AttributeProjection
Specifies an attribute for a level or a hierarchy.
Attributes apply to dimensions. AttributeProjections apply attributes to levels or hierarchies, which are owned by dimensions.
Attribute| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
AttributeProjection(BaseObject input)This constructor is used by the Attribute Factory and can be used to create an instance of AttributeProjection owned by the given Attribute. |
|
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates this AttributeProjection in the current analytic workspace. |
java.lang.String |
Delete(AWConnection connection)Removes this AttributeProjection from the current analytic workspace. |
Attribute |
getAttribute()Returns the Attribute on which this AttributeProjection is based. |
Hierarchy |
getHierarchy()Returns the Hierarchy to which the AttributeProjection applies. |
Level |
getLevel()Returns the Level to which the AttributeProjection applies. |
void |
setAttribute(Attribute input)Sets the AttributeProjection from the specified Attribute. |
void |
setHierarchy(Hierarchy input)Applies the AttributeProjection to a Hierarchy. |
void |
setLevel(Level input)Applies the AttributeProjection to a Level. |
java.lang.String |
WriteToXML()Returns the AttributeProjection as an XML string. |
| Methods inherited from class oracle.AWXML.Attribute |
Alter, getClassification, getDataType, getDimensionDomain, isDefaultOrder, isMultiLingual, setClassification, setDataType, setDimensionDomain, setIsDefaultOrder, setIsDefaultOrder, setIsMultiLingual, setIsMultiLingual |
| Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, DataRead, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeProjection(BaseObject input)
input - A BaseObject which represents the owner of this object. An AttributeProjection can currently be owned by only an Attribute| Method Detail |
public java.lang.String WriteToXML()
AttributeProjection as an XML string.String containing the XML that represents the AttributeProjection.public void setAttribute(Attribute input)
AttributeProjection from the specified Attribute.input - Attributepublic Attribute getAttribute()
Attribute on which this AttributeProjection is based.Attributepublic void setLevel(Level input)
AttributeProjection to a Level.input - Levelpublic Hierarchy getHierarchy()
Hierarchy to which the AttributeProjection applies.Hierarchypublic void setHierarchy(Hierarchy input)
AttributeProjection to a Hierarchy.input - Hierarchylpublic Level getLevel()
Level to which the AttributeProjection applies.Levelpublic java.lang.String Create(AWConnection connection)
AttributeProjection in the current analytic workspace.Connection - The AWConnection that defines the current connection.String indicating if the call was successful. A successful invocation returns the value 'success'.public java.lang.String Delete(AWConnection connection)
AttributeProjection from the current analytic workspace.Connection - The AWConnection that defines the current connection.String indicating if the call was successful. A successful invocation returns the value 'success'.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||