Class TextURLFormat

java.lang.Object
quadbase.reportdesigner.util.TextURLFormat
All Implemented Interfaces:
IFormat

public class TextURLFormat extends Object implements IFormat
StringFormat

Class to format String value

  • Constructor Details

    • TextURLFormat

      public TextURLFormat()
  • Method Details

    • getFormatType

      public int getFormatType()
      Description copied from interface: IFormat
      Returns the type of format
      Specified by:
      getFormatType in interface IFormat
      Returns:
      LOGICAL, NUMERIC, LOCALENUMERIC, DATETIME, LOCALEDATETIME, STRING BARCODE, IMAGEURL, or TEXTURL
    • format

      public String format(Object obj)
      Description copied from interface: IFormat
      Convert the object to a string using the formatting rules encapsulated by the IFormat subclass
      Specified by:
      format in interface IFormat
      Returns:
      Formatted string
    • getTextFormat

      public String getTextFormat()
      Description copied from interface: IFormat
      For internal use only
      Specified by:
      getTextFormat in interface IFormat