Skip navigation links

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

B28128-01


oracle.olapi.syntax
Class IdentifierArgument

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.DataObject
          extended by oracle.olapi.syntax.IdentifierArgument

All Implemented Interfaces:
FunctionArgument

public final class IdentifierArgument
extends DataObject
implements FunctionArgument

A DataObject that represents a metadata object indentifier as a function argument.


Constructor Summary
IdentifierArgument(java.lang.String name)
          Creates an IdentifierArgument with the specified name.

 

Method Summary
 java.lang.String getName()
          Gets the identifier that this IdentifierArgument represents.
 java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
          Calls the visitIdentifierArgument method of the SyntaxObjectVisitor and passes that method this IdentifierArgument and an Object.

 

Methods inherited from class oracle.olapi.syntax.SyntaxObject
fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax

 

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

 

Constructor Detail

IdentifierArgument

public IdentifierArgument(java.lang.String name)
Creates an IdentifierArgument with the specified name. The name identifies a metadata object. To ensure a unique name, use the value returned by the getID method of the MdmObject.
Parameters:
name - A String that contains a metadata object identifier for the new IdentifierArgument</CODE.

Method Detail

visit

public java.lang.Object visit(SyntaxObjectVisitor visitor,
                              java.lang.Object context)
Calls the visitIdentifierArgument method of the SyntaxObjectVisitor and passes that method this IdentifierArgument and an Object.
Specified by:
visit in class SyntaxObject
Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitIdentifierArgument method.

getName

public java.lang.String getName()
Gets the identifier that this IdentifierArgument represents.
Returns:
A String that contains the identifier that this IdentifierArgument represents.

Skip navigation links

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