Package adalid.core

Class ReportField

    • Method Detail

      • getIndex

        public int getIndex()
        Returns:
        the index
      • getCompositeIndex

        public int getCompositeIndex()
        Returns:
        the composite index
      • getLabel

        public java.lang.String getLabel()
      • getSequence

        public java.lang.Integer getSequence()
        Returns:
        the sequence
      • getReportGroup

        public ReportGroup getReportGroup()
        Returns:
        the report group
      • getProperty

        public Property getProperty()
        Returns:
        the property
      • getParentProperty

        public Property getParentProperty()
        Returns:
        the parent property
      • getViewField

        public ViewField getViewField()
        Returns:
        the view field
      • getPixels

        public int getPixels()
        Returns:
        the pixels
      • isResizeable

        public boolean isResizeable()
        Returns:
        the resizeable
      • getDataClassName

        public java.lang.String getDataClassName()
      • getJavaClassName

        public java.lang.String getJavaClassName()
      • isCountAtHand

        public boolean isCountAtHand()
      • isMinAtHand

        public boolean isMinAtHand()
      • isMaxAtHand

        public boolean isMaxAtHand()
      • isSumAtHand

        public boolean isSumAtHand()
      • isAverageAtHand

        public boolean isAverageAtHand()
      • isDeviationAtHand

        public boolean isDeviationAtHand()
      • compareTo

        public int compareTo​(ReportField that)
        Specified by:
        compareTo in interface java.lang.Comparable<ReportField>
      • fieldsToString

        protected java.lang.String fieldsToString​(int n,
                                                  java.lang.String key,
                                                  boolean verbose,
                                                  boolean fields,
                                                  boolean maps)
        Overrides:
        fieldsToString in class AbstractArtifact