|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.DataObject
oracle.olapi.syntax.IdentifierArgument
public final class IdentifierArgument
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 |
|---|
public IdentifierArgument(java.lang.String name)
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.
name - A String that contains a metadata object identifier for the new IdentifierArgument</CODE.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitIdentifierArgument method of the SyntaxObjectVisitor and passes that method this IdentifierArgument and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitIdentifierArgument method.public java.lang.String getName()
IdentifierArgument represents.String that contains the identifier that this IdentifierArgument represents.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||