Interface PromptInterfaces.XmlKey

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getXmlKey()
      Returns the key for XML Variables in the data reference.
      void setXmlKey​(java.lang.String key)
      Sets the key in case XML Variables are used as data reference.
    • Method Detail

      • setXmlKey

        void setXmlKey​(java.lang.String key)
        Sets the key in case XML Variables are used as data reference.
        Parameters:
        key - Key
      • getXmlKey

        java.lang.String getXmlKey()
        Returns the key for XML Variables in the data reference.
        Returns:
        Key or an empty String if not set.