Skip navigation links

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

B28128-01


oracle.olapi.syntax
Class FunctionDescriptorConditionArgument

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


public final class FunctionDescriptorConditionArgument
extends FunctionDescriptorArgument

A FunctionDescriptorArgument that represents an argument to a condition function.


Method Summary
 java.lang.String getArgumentName()
          Gets a name that describes 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

getArgumentName

public java.lang.String getArgumentName()
Gets a name that describes the argument for the function description.
Returns:
A String that contains a name for the argument.

Skip navigation links

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