Class AttachMetaData

    • Field Detail

      • m_Key

        protected String m_Key
        the key name.
      • m_DataType

        protected DataType m_DataType
        the data type.
      • m_Value

        protected String m_Value
        the value (gets parsed according to data type).
    • Constructor Detail

      • AttachMetaData

        public AttachMetaData()
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key of the meta-data value to add.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key of the meta-data value to add.
        Returns:
        the name
      • keyTipText

        public String keyTipText()
        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 of the value.
        Parameters:
        value - the type
      • getDataType

        public DataType getDataType()
        Returns the data type of the value.
        Returns:
        the 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.
      • setValue

        public void setValue​(String value)
        Sets the meta-data value to add.
        Parameters:
        value - the value
      • getValue

        public String getValue()
        Returns the meta-data value to add.
        Returns:
        the value
      • valueTipText

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