| 
 | 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.MtmCustomExpression
An MtmValueExpression based on a text string that evaluates to a valid SQL expression and was created by an application developer using the createCustomExpression method in the MdmCustomObjectFactory class.
| Method Summary | |
|  java.lang.Object | acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)Calls the visitMtmCustomExpressionmethod of the specifiedMtmObjectVisitorand passes that method thisMtmCustomExpressionand the specifiedcontextobject. | 
|  java.lang.String | getExpressionString()Gets the Stringthat contains the expression for thisMtmCustomExpression. | 
|  void | setExpressionString(java.lang.String newExpressionString)Specifies the Stringthat contains the expression for thisMtmCustomExpression. | 
| Methods inherited from class oracle.olapi.metadata.mtm.MtmValueExpression | 
| getDataType, setDataType | 
| 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.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
visitMtmCustomExpression method of the specified MtmObjectVisitor and passes that method this MtmCustomExpression and the specified context object.visitor - An MtmObjectVisitor.context - An Object.Object returned by the visitMtmCustomExpression method.public java.lang.String getExpressionString()
String that contains the expression for this MtmCustomExpression.String that contains the expression for this MtmCustomExpression.public void setExpressionString(java.lang.String newExpressionString)
String that contains the expression for this MtmCustomExpression.newExpressionString - The String that contains the expression for this MtmCustomExpression.| 
 | 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 | ||||||||