Skip navigation links

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

B28128-01


oracle.olapi.syntax
Class FunctionDescriptorIdentifierArgument

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


public final class FunctionDescriptorIdentifierArgument
extends FunctionDescriptorArgument

A FunctionDescriptorArgument for an function argument that is an IdentifierArgument.


Field Summary
static int LOSSLESS_TYPE
          A constant that indicates that the data type of the argument should be modified if necessary to avoid any loss of precision.
static int NO_EFFECT
          A constant that indicates that the argument does not have an effect upon the return type of the function.

 

Method Summary
 java.lang.String getArgumentName()
          Gets a name that describes the argument for the function description.
 int getReturnTypeEffect()
          Gets the value of one of the fields of this class, which indicates the effect of the argument on the return type of the function.

 

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

 

Field Detail

NO_EFFECT

public static final int NO_EFFECT
A constant that indicates that the argument does not have an effect upon the return type of the function.
See Also:
Constant Field Values

LOSSLESS_TYPE

public static final int LOSSLESS_TYPE
A constant that indicates that the data type of the argument should be modified if necessary to avoid any loss of precision.
See Also:
Constant Field Values

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.

getReturnTypeEffect

public int getReturnTypeEffect()
Gets the value of one of the fields of this class, which indicates the effect of the argument on the return type of the function.
Returns:
An integer that represents the effect of the argument on the return type.

Skip navigation links

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