Class NativeTotalItem


  • public class NativeTotalItem
    extends Object
    Native total definition
    • Constructor Detail

      • NativeTotalItem

        public NativeTotalItem​(String measureIdentifier,
                               List<String> attributeIdentifiers)
        Native total definition
        Parameters:
        measureIdentifier - measure on which is total defined
        attributeIdentifiers - subset of internal attribute identifiers in AFM defining total placement
      • NativeTotalItem

        public NativeTotalItem​(String measureIdentifier,
                               String... attributeIdentifiers)
        Native total definition
        Parameters:
        measureIdentifier - measure on which is total defined
        attributeIdentifiers - subset of internal attribute identifiers in AFM defining total placement
    • Method Detail

      • getMeasureIdentifier

        public String getMeasureIdentifier()
        internal identifier of measure in AFM, on which is total defined
        Returns:
        measure
      • getAttributeIdentifiers

        public List<String> getAttributeIdentifiers()
        subset of internal attribute identifiers in AFM defining total placement
        Returns:
        list of identifiers (never null)