Package com.uc4.api.prompt
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
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.
-