public class FixedPointPicture extends FixedLengthFieldPicture
blank| Constructor and Description |
|---|
FixedPointPicture() |
| 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.
|
int |
getDecimalPlaces() |
boolean |
isUnsigned() |
void |
setDecimalPlaces(int newPlaces) |
void |
setUnsigned(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 int getDecimalPlaces()
public void setDecimalPlaces(int newPlaces)
public boolean isUnsigned()
public void setUnsigned(boolean tizit)