|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.DataObject
oracle.olapi.syntax.KeywordArgument
public final class KeywordArgument
A DataObject that represents a keyword as a function
argument.
| Constructor Summary | |
|---|---|
KeywordArgument(java.lang.String name)
Creates an KeywordArgument with the specified name. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object rhs)
Indicates whether this KeywordArgument is the same as the
specified KeywordArgument. |
java.lang.String |
getName()
Gets the name of this KeywordArgument. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
Calls the visitKeywordArgument method of the
SyntaxObjectVisitor and passes that method this
KeywordArgument and an Object. |
| Methods inherited from class oracle.olapi.syntax.SyntaxObject |
|---|
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeywordArgument(java.lang.String name)
KeywordArgument with the specified name.
name - A String that contains a name for the new
KeywordArgument
| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitKeywordArgument method of the
SyntaxObjectVisitor and passes that method this
KeywordArgument and an Object.
visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.
Object returned by the
visitKeywordArgument method.public java.lang.String getName()
KeywordArgument.
String that contains the name of this
KeywordArgument
public boolean equals(java.lang.Object rhs)
KeywordArgument is the same as the
specified KeywordArgument.
equals in class java.lang.Objectrhs - A KeywordArgument to compare to this
KeywordArgument.
boolean that is true if this
KeywordArgument is the same as the input
KeywordArgument or is false
otherwise.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||