Skip navigation links

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

B28128-01


oracle.olapi.syntax
Class FunctionDescriptorDimensionArgument

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


public final class FunctionDescriptorDimensionArgument
extends FunctionDescriptorArgument

A FunctionDescriptorArgument for a function argument that is a DimensionArgument.


Field Summary
static int DIMENSION_LEVEL
          A constant that represents an MdmDimensionLevel as an argument.
static int HIERARCHY_LEVEL
          A constant that represents an MdmHierarchyLevel as an argument.
static int LEVEL_HIERARCHY
          A constant that represents an MdmLevelHierarchy as an argument.
static int PRIMARY_DIMENSION
          A constant that represents an MdmPrimaryDimension as an argument.
static int VALUE_HIERARCHY
          A constant that represents an MdmValueHierarchy as an argument.

 

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

 

Field Detail

DIMENSION_LEVEL

public static int DIMENSION_LEVEL
A constant that represents an MdmDimensionLevel as an argument.

PRIMARY_DIMENSION

public static int PRIMARY_DIMENSION
A constant that represents an MdmPrimaryDimension as an argument.

HIERARCHY_LEVEL

public static int HIERARCHY_LEVEL
A constant that represents an MdmHierarchyLevel as an argument.

LEVEL_HIERARCHY

public static int LEVEL_HIERARCHY
A constant that represents an MdmLevelHierarchy as an argument.

VALUE_HIERARCHY

public static int VALUE_HIERARCHY
A constant that represents an MdmValueHierarchy as an argument.

Method Detail

getArgumentName

public java.lang.String getArgumentName()
Gets a name that describes the argument for the function description. For example, the name might be dimension or level.
Returns:
A String that contains a name for the argument.

Skip navigation links

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