|
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.FunctionDescriptorDimensionArgument
public final class FunctionDescriptorDimensionArgument
A FunctionDescriptorArgument for a function argument that is a DimensionArgument.
| Field Summary | |
|---|---|
static int |
DIMENSION_LEVELA constant that represents an MdmDimensionLevel as an argument. |
static int |
HIERARCHY_LEVELA constant that represents an MdmHierarchyLevel as an argument. |
static int |
LEVEL_HIERARCHYA constant that represents an MdmLevelHierarchy as an argument. |
static int |
PRIMARY_DIMENSIONA constant that represents an MdmPrimaryDimension as an argument. |
static int |
VALUE_HIERARCHYA 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 |
|---|
public static final int DIMENSION_LEVEL
MdmDimensionLevel as an argument.
public static final int PRIMARY_DIMENSION
MdmPrimaryDimension as an argument.
public static final int HIERARCHY_LEVEL
MdmHierarchyLevel as an argument.
public static final int LEVEL_HIERARCHY
MdmLevelHierarchy as an argument.
public static final int VALUE_HIERARCHY
MdmValueHierarchy as an argument.
| Method Detail |
|---|
public java.lang.String getArgumentName()
dimension or level.String that contains a name for the argument.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||