Class StringToBase64

    • Field Detail

      • m_Type

        protected Base64Type m_Type
        the type of conversion to apply.
    • Constructor Detail

      • StringToBase64

        public StringToBase64()
    • Method Detail

      • setType

        public void setType​(Base64Type value)
        Sets the conversion to apply. AUTO is not allowed.
        Parameters:
        value - the type
      • getType

        public Base64Type getType()
        Returns the conversion to apply. AUTO is not allowed.
        Returns:
        the type
      • typeTipText

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