Class ArrayToReport

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix to use.
      • m_Suffix

        protected String m_Suffix
        the suffix to use.
      • m_StartIndex

        protected int m_StartIndex
        the start for the index.
      • m_DataType

        protected DataType m_DataType
        the data type to use.
    • Constructor Detail

      • ArrayToReport

        public ArrayToReport()
    • Method Detail

      • setPrefix

        public void setPrefix​(String value)
        Sets the field prefix used in the report.
        Parameters:
        value - the field prefix
      • getPrefix

        public String getPrefix()
        Returns the field prefix used in the report.
        Returns:
        the field prefix
      • prefixTipText

        public String prefixTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setSuffix

        public void setSuffix​(String value)
        Sets the field suffix used in the report.
        Parameters:
        value - the field suffix
      • getSuffix

        public String getSuffix()
        Returns the field suffix used in the report.
        Returns:
        the field suffix
      • suffixTipText

        public String suffixTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setStartIndex

        public void setStartIndex​(int value)
        Sets the start index.
        Parameters:
        value - the start index
      • getStartIndex

        public int getStartIndex()
        Returns the start index.
        Returns:
        the start index
      • startIndexTipText

        public String startIndexTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setDataType

        public void setDataType​(DataType value)
        Sets the data type to use.
        Parameters:
        value - the data type
      • getDataType

        public DataType getDataType()
        Returns the data type in use.
        Returns:
        the data type
      • dataTypeTipText

        public String dataTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.