Class StiBooleanFormatService

All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializableToDocument, Cloneable

public class StiBooleanFormatService extends StiFormatService
  • Constructor Details

    • StiBooleanFormatService

      public StiBooleanFormatService()
      Creates a new format of the type StiBooleanFormatService.
    • StiBooleanFormatService

      public StiBooleanFormatService(String falseValue, String trueValue, String falseDisplay, String trueDisplay, String nullDisplay)
      Creates a new format of the type StiBooleanFormatService with specified parameters.
      Parameters:
      falseValue - String value to define the value false.
      trueValue - String value to define the value true.
      falseDisplay - String value to show the value false.
      trueDisplay - String value to show the value true.
      nullDisplay - String value to show the value null.
  • Method Details