Package quadbase.reportdesigner.util
Class ImageURLFormat
java.lang.Object
quadbase.reportdesigner.util.ImageURLFormat
- All Implemented Interfaces:
IFormat
StringFormat
Class to format String value
-
Field Summary
Fields inherited from interface quadbase.reportdesigner.util.IFormat
BARCODE, DATETIME, IMAGEURL, LOCALEDATETIME, LOCALENUMERIC, LOGICAL, NUMERIC, STRING, TEXTURL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert the object to a string using the formatting rules encapsulated by the IFormat subclassintReturns the type of formatFor internal use only
-
Constructor Details
-
ImageURLFormat
public ImageURLFormat()
-
-
Method Details
-
getFormatType
public int getFormatType()Description copied from interface:IFormatReturns the type of format- Specified by:
getFormatTypein interfaceIFormat- Returns:
- LOGICAL, NUMERIC, LOCALENUMERIC, DATETIME, LOCALEDATETIME, STRING BARCODE, IMAGEURL, or TEXTURL
-
format
Description copied from interface:IFormatConvert the object to a string using the formatting rules encapsulated by the IFormat subclass -
getTextFormat
Description copied from interface:IFormatFor internal use only- Specified by:
getTextFormatin interfaceIFormat
-