Package com.activeviam.copper
Enum Class MeasureMetadata.UserSpecific
- All Implemented Interfaces:
Serializable,Comparable<MeasureMetadata.UserSpecific>,java.lang.constant.Constable
- Enclosing class:
- MeasureMetadata
Flags for user-specified metadata.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFlag for the measure description.Flag forMeasureMetadata.executeInDataCube.Flag for the measure folder.Flag for the measure formatter.Flag for the measure group.Flag for the measure name.Flag for the measure type.Flag for the measure visibility.Flag for the xmla property "aggregator measure". -
Method Summary
Modifier and TypeMethodDescriptionstatic MeasureMetadata.UserSpecificReturns the enum constant of this class with the specified name.static MeasureMetadata.UserSpecific[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
NAME
Flag for the measure name. -
TYPE
Flag for the measure type. -
VISIBLE
Flag for the measure visibility. -
FORMATTER
Flag for the measure formatter. -
GROUP
Flag for the measure group. -
FOLDER
Flag for the measure folder. -
DESCRIPTION
Flag for the measure description. -
XMLA_AGGREGATOR
Flag for the xmla property "aggregator measure". -
EXECUTE_IN_DATA_CUBE
Flag forMeasureMetadata.executeInDataCube.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-