Package com.uc4.api.prompt
Interface PromptInterfaces.QuoteCharacter
-
- All Known Implementing Classes:
CheckGroupElement
,CheckListElement
,ComboElement
,NumberElement
,RadioGroupElement
,TextElement
- Enclosing interface:
- PromptInterfaces
public static interface PromptInterfaces.QuoteCharacter
Implemented if the prompt element contains a quote character property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getQuoteCharacter()
Returns the character for a quote.void
setQuoteCharacter(char c)
Sets the character for a quote, for example ' or ".
-