Package com.activeviam.copper
Class IdentityMeasureNameProvider
- java.lang.Object
-
- com.activeviam.copper.IdentityMeasureNameProvider
-
- All Implemented Interfaces:
Function<IInternalCopperMeasure,String>
@Deprecated(since="6.0.7", forRemoval=true) public class IdentityMeasureNameProvider extends Object implements Function<IInternalCopperMeasure,String>
Deprecated, for removal: This API element is subject to removal in a future version.The name provider to use to assign a name to a measure.- Author:
- ActiveViam
-
-
Constructor Summary
Constructors Constructor Description IdentityMeasureNameProvider(IActivePivotDescription pivotDescription, String applicationId)Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringapply(IInternalCopperMeasure measure)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
IdentityMeasureNameProvider
public IdentityMeasureNameProvider(IActivePivotDescription pivotDescription, String applicationId)
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
pivotDescription- the description of the cube being enrichedapplicationId- the application id
-
-
Method Detail
-
apply
public String apply(IInternalCopperMeasure measure)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfaceFunction<IInternalCopperMeasure,String>
-
-