public class NumericPicture extends FixedLengthFieldPicture
blank| Constructor and Description |
|---|
NumericPicture() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
format(java.lang.Object value)
Return a character array holding the formatted value corresponding to the
provided object.
|
boolean |
getPadWithBlanks()
If true, pads field with blanks.
|
void |
setPadWithBlanks(boolean tizit) |
java.lang.Object |
unformat(java.lang.String fieldContents)
Return an object corresponding to the value of a string in this picture's
format.
|
getLength, setLengthpublic char[] format(java.lang.Object value)
format in class FixedLengthFieldPicturepublic java.lang.Object unformat(java.lang.String fieldContents)
FixedLengthFieldPictureunformat in class FixedLengthFieldPicturepublic boolean getPadWithBlanks()
public void setPadWithBlanks(boolean tizit)