public class AlphanumericPicture extends FixedLengthFieldPicture
blank| Constructor and Description |
|---|
AlphanumericPicture() |
AlphanumericPicture(int length) |
| 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 |
getRightJustify() |
void |
setRightJustify(boolean tizit) |
java.lang.Object |
unformat(java.lang.String fieldContents)
Return the string corresponding to the alphanumeric contents of the
provided field.
|
getLength, setLengthpublic AlphanumericPicture()
public AlphanumericPicture(int length)
public char[] format(java.lang.Object value)
format in class FixedLengthFieldPicturepublic java.lang.Object unformat(java.lang.String fieldContents)
unformat in class FixedLengthFieldPicturepublic boolean getRightJustify()
public void setRightJustify(boolean tizit)