Class FormatArgument

All Implemented Interfaces:
Serializable, ListModel
Direct Known Subclasses:
QueryArgument, StringArgument

public abstract class FormatArgument extends Argument
See Also:
  • Constructor Details

  • Method Details

    • getFormat

      public String getFormat()
      Get the format for the string argument.
      Returns:
      the format for the string argument
    • setFormat

      public void setFormat(String format)
    • getFormattedValue

      public String getFormattedValue()
    • getFormatter

      public ValueFormatter getFormatter()