public interface FieldIF
Modifier and Type | Field and Description |
---|---|
static java.text.SimpleDateFormat |
DATEFORMAT
The date format formatter.
|
static java.lang.String |
DATEFORMAT_STRING
The date format string.
|
static java.text.SimpleDateFormat |
TIMEFORMAT
The date time formatter.
|
static java.lang.String |
TIMEFORMAT_STRING
The date time string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of the field.
|
int |
getLength()
Get the length of the field.
|
int |
getNumber()
The running number of the field in record.
|
java.lang.Class |
getPresentationClass()
Get the presentation class.
|
java.lang.String |
getPresentationString()
Get the presentation string of the field.
|
java.lang.Object |
getValue()
Get the object of the field.
|
void |
print(java.io.PrintStream out)
Print the object to the given print stream.
|
static final java.lang.String DATEFORMAT_STRING
static final java.lang.String TIMEFORMAT_STRING
static final java.text.SimpleDateFormat DATEFORMAT
static final java.text.SimpleDateFormat TIMEFORMAT
int getLength()
java.lang.String getDescription()
int getNumber()
java.lang.Object getValue()
java.lang.Class getPresentationClass()
java.lang.String getPresentationString()
void print(java.io.PrintStream out)
out
- the print stream.