public final class FunctionDescriptorDimensionArgument extends FunctionDescriptorArgument
FunctionDescriptorArgument
for a function argument that is a DimensionArgument
.Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgumentName()
Gets a name that describes the argument for the function description.
|
isOptional, isRepeated
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.