|
Oracle® OLAP Java API Reference 12c Release 1 (12.1) E17708-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.FunctionDescriptorArgument
oracle.olapi.syntax.FunctionDescriptorKeywordArgument
public final class FunctionDescriptorKeywordArgument
A FunctionDescriptorArgument for an function argument that is a KeywordArgument.
| Method Summary | |
|---|---|
KeywordArgument |
getKeyword()Gets the keyword that is the argument for the function description. |
DataType |
getReturnDataType()Gets the data type of the argument for the function description. |
| Methods inherited from class oracle.olapi.syntax.FunctionDescriptorArgument |
|---|
isOptional, isRepeated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public KeywordArgument getKeyword()
String that contains the keyword for the argument.public DataType getReturnDataType()
DataType that indicates the data type of the argument.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||