Interface PromptInterfaces.XmlKey

All Known Implementing Classes:
CheckGroupElement, CheckListElement, ComboElement, RadioGroupElement, TextElement
Enclosing interface:
PromptInterfaces

public static interface PromptInterfaces.XmlKey
Implemented if the prompt element contains an XML key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key for XML Variables in the data reference.
    void
    Sets the key in case XML Variables are used as data reference.
  • Method Details

    • setXmlKey

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

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