Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.syntax
Class FunctionDescriptorKeywordArgument

java.lang.Object
  extended by oracle.olapi.syntax.FunctionDescriptorArgument
      extended by oracle.olapi.syntax.FunctionDescriptorKeywordArgument

public final class FunctionDescriptorKeywordArgument
extends FunctionDescriptorArgument

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

getKeyword

public KeywordArgument getKeyword()
Gets the keyword that is the argument for the function description.

Returns:
A String that contains the keyword for the argument.

getReturnDataType

public DataType getReturnDataType()
Gets the data type of the argument for the function description.

Returns:
A DataType that indicates the data type of the argument.

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