Annotation Interface Fragment
Define a fragment of a record. Used to indicate the length of the field in a
line of data.
- Author:
- Guillaume CHAUVET
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe padding way to applyAn optional argumentbooleanAllow unparesable/no valuecharThe default padding character
-
Element Details
-
length
int lengthThe field length- Returns:
- a positive number corresponding to field length
-
padder
char padderThe default padding character- Returns:
- the padding character, with space as default
- Default:
' '
-
format
String formatAn optional argument- Returns:
- optional format argument passed to the
TypeHandler
- Default:
""
-
alignement
Fragment.PadWay alignementThe padding way to apply- Returns:
- padding way constant enum
- Default:
NONE
-
optional
boolean optionalAllow unparesable/no value- Returns:
true>if optional
- Default:
false
-