public interface IFormat
LogicalFormat,
NumericFormat,
LocaleNumericFormat,
DateTimeFormat,
LocaleDateTimeFormat,
StringFormat| Modifier and Type | Field | Description |
|---|---|---|
static int |
BARCODE |
data format type is Barcode
|
static int |
DATETIME |
data format type is DateTime
|
static int |
IMAGEURL |
|
static int |
LOCALEDATETIME |
data format type is LocaleDateTime
|
static int |
LOCALENUMERIC |
data format type is LocaleNumeric
|
static int |
LOGICAL |
data format type is Logical
|
static int |
NUMERIC |
data format type is Numeric
|
static int |
STRING |
data format type is String
|
static int |
TEXTURL |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
format(java.lang.Object target) |
Convert the object to a string using the formatting rules encapsulated by the IFormat
subclass
|
int |
getFormatType() |
Returns the type of format
|
java.lang.String |
getTextFormat() |
For internal use only
|
static final int LOGICAL
static final int NUMERIC
static final int LOCALENUMERIC
static final int DATETIME
static final int LOCALEDATETIME
static final int STRING
static final int BARCODE
static final int IMAGEURL
static final int TEXTURL
int getFormatType()
java.lang.String format(java.lang.Object target)
java.lang.String getTextFormat()