public class NativeTotalItem extends Object
| Constructor and Description |
|---|
NativeTotalItem(String measureIdentifier,
List<String> attributeIdentifiers)
Native total definition
|
NativeTotalItem(String measureIdentifier,
String... attributeIdentifiers)
Native total definition
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributeIdentifiers()
subset of internal attribute identifiers in AFM defining total placement
|
String |
getMeasureIdentifier()
internal identifier of measure in AFM, on which is total defined
|
String |
toString() |
public NativeTotalItem(String measureIdentifier, List<String> attributeIdentifiers)
measureIdentifier - measure on which is total definedattributeIdentifiers - subset of internal attribute identifiers in AFM defining total placementpublic String getMeasureIdentifier()
public List<String> getAttributeIdentifiers()
Copyright © 2019. All rights reserved.