Package com.uc4.api.prompt
Interface PromptInterfaces.XmlKey
-
- All Known Implementing Classes:
CheckGroupElement,CheckListElement,ComboElement,RadioGroupElement,TextElement
- Enclosing interface:
- PromptInterfaces
public static interface PromptInterfaces.XmlKeyImplemented if the prompt element contains an XML key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetXmlKey()Returns the key for XML Variables in the data reference.voidsetXmlKey(java.lang.String key)Sets the key in case XML Variables are used as data reference.
-