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.QuoteCharacterImplemented if the prompt element contains a quote character property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetQuoteCharacter()Returns the character for a quote.voidsetQuoteCharacter(char c)Sets the character for a quote, for example ' or ".
-