Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmViewColumn

java.lang.Object
  extended by oracle.olapi.metadata.mdm.MdmViewColumn

All Implemented Interfaces:
MdmQueryColumn

public final class MdmViewColumn
extends java.lang.Object
implements MdmQueryColumn

An object that represents a column in a view in an Oracle Database.


Method Summary
 java.lang.String getName()
          Gets the name of the column for use in an Expression.
 MdmViewColumnOwner getOwner()
          Gets the MdmViewColumnOwner that owns this MdmViewColumn, such as an MdmPrimaryDimension or an MdmBaseAttribute.
 SQLDataType getSQLDataType()
          Gets the SQLDataType associated with the column.
 java.lang.String getViewColumnName()
          Gets the name of the column in the view.
 void setViewColumnName(java.lang.String name)
          Specifies the name of the column in the view.

 

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

 

Method Detail

getName

public java.lang.String getName()
Gets the name of the column for use in an Expression.
Specified by:
getName in interface MdmQueryColumn
Returns:
A String that contains the name of the column.
See Also:
Expression

getViewColumnName

public java.lang.String getViewColumnName()
Gets the name of the column in the view.
Returns:
A String that contains the name of the column.

setViewColumnName

public void setViewColumnName(java.lang.String name)
Specifies the name of the column in the view.
Parameters:
name - A String that contains the name of the column.

getSQLDataType

public SQLDataType getSQLDataType()
Gets the SQLDataType associated with the column.
Specified by:
getSQLDataType in interface MdmQueryColumn
Returns:
The SQLDataType associated with the column.

getOwner

public MdmViewColumnOwner getOwner()
Gets the MdmViewColumnOwner that owns this MdmViewColumn, such as an MdmPrimaryDimension or an MdmBaseAttribute.
Returns:
The MdmViewColumnOwner that owns this MdmViewColumn.

Skip navigation links

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