public interface IFormat
java.util.LogicalFormat,
java.util.NumericFormat,
java.util.LocaleNumericFormat,
java.util.DateTimeFormat,
java.util.LocaleDateTimeFormat| Modifier and Type | Field and Description |
|---|---|
static int |
DATETIME |
static int |
LOCALEDATETIME |
static int |
LOCALENUMERIC |
static int |
LOGICAL |
static int |
NUMERIC |
| Modifier and Type | Method and 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
|
static final int LOGICAL
static final int NUMERIC
static final int LOCALENUMERIC
static final int DATETIME
static final int LOCALEDATETIME
int getFormatType()
java.lang.String format(java.lang.Object target)