Class NativeTotalItem


  • public class NativeTotalItem
    extends java.lang.Object
    Native total definition
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeTotalItem​(java.lang.String measureIdentifier, java.util.List<java.lang.String> attributeIdentifiers)
      Native total definition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAttributeIdentifiers()
      subset of internal attribute identifiers in AFM defining total placement
      java.lang.String getMeasureIdentifier()
      internal identifier of measure in AFM, on which is total defined
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NativeTotalItem

        public NativeTotalItem​(java.lang.String measureIdentifier,
                               java.util.List<java.lang.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 java.lang.String getMeasureIdentifier()
        internal identifier of measure in AFM, on which is total defined
        Returns:
        measure
      • getAttributeIdentifiers

        public java.util.List<java.lang.String> getAttributeIdentifiers()
        subset of internal attribute identifiers in AFM defining total placement
        Returns:
        list of identifiers (never null)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object