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

    Modifier and Type
    Method
    Description
    char
    Returns the character for a quote.
    void
    Sets the character for a quote, for example ' or ".
  • Method Details

    • setQuoteCharacter

      void setQuoteCharacter(char c)
      Sets the character for a quote, for example ' or ".
      Parameters:
      c - Character
    • getQuoteCharacter

      char getQuoteCharacter()
      Returns the character for a quote.
      Returns:
      for example ' or "