|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Field
This annotation descibes how a setter/getter pairs should be formatted by the fixedFormatManager.
| Required Element Summary | |
|---|---|
int |
length
The length of the formatted field |
int |
offset
A one based offset to insert data at in a record. |
| Optional Element Summary | |
|---|---|
Align |
align
|
java.lang.Class<? extends FixedFormatter> |
formatter
|
char |
paddingChar
The character to pad with if the length is longer than the formatted data |
| Element Detail |
|---|
public abstract int offset
public abstract int length
public abstract Align align
Align.RIGHT.public abstract char paddingChar
public abstract java.lang.Class<? extends FixedFormatter> formatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||