|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.olapi.metadata.BaseMetadataObject
|
+--oracle.olapi.metadata.mtm.MtmObject
|
+--oracle.olapi.metadata.mtm.MtmExpression
|
+--oracle.olapi.metadata.mtm.MtmValueExpression
|
+--oracle.olapi.metadata.mtm.MtmColumnExpression
An MtmValueExpression that is based on a single column in a relational table or view.
| Method Summary | |
java.lang.String |
getColumnName()Gets the name of the relational column on which this MtmColumnExpression is based. |
MtmTabularSource |
getTable()Gets the MtmTabularSource for the relational table in which the column for this MtmColumnExpression can be found. |
void |
setColumnName(java.lang.String newColumnName)Specifies the name of the relational column on which this MtmColumnExpression is to be based. |
void |
setTable(MtmTabularSource table)Specifies the MtmTabularSource for the relational table in which the column for this MtmColumnExpression is to be found. |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmValueExpression |
getDataType, setDataType |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmObject |
acceptVisitor |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
getID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getColumnName()
MtmColumnExpression is based.String that contains the name of the relational column on which this MtmColumnExpression is based.public MtmTabularSource getTable()
MtmTabularSource for the relational table in which the column for this MtmColumnExpression can be found.MtmTabularSource for the relational table in which the column for this MtmColumnExpression can be found.public void setColumnName(java.lang.String newColumnName)
MtmColumnExpression is to be based.String that contains the name of the relational column on which this MtmColumnExpression is to be based.public void setTable(MtmTabularSource table)
MtmTabularSource for the relational table in which the column for this MtmColumnExpression is to be found.MtmTabularSource for the relational table in which the column for this MtmColumnExpression is to be found.
|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||