|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.text.FixedLengthFieldPicture
org.jcon.text.CurrencyPicture
public class CurrencyPicture
A "picture", or format description, for currency fixed-width field.
| Field Summary |
|---|
| Fields inherited from class org.jcon.text.FixedLengthFieldPicture |
|---|
blank |
| Constructor Summary | |
|---|---|
CurrencyPicture()
|
|
| Method Summary | |
|---|---|
char[] |
format(java.lang.Object value)
Return a character array holding the formatted value corresponding to the provided object. |
java.lang.Object |
unformat(java.lang.String fieldContents)
Return an object corresponding to the value of a string in this picture's format. |
| Methods inherited from class org.jcon.text.FixedLengthFieldPicture |
|---|
getLength, setLength |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrencyPicture()
| Method Detail |
|---|
public char[] format(java.lang.Object value)
format in class FixedLengthFieldPicturepublic java.lang.Object unformat(java.lang.String fieldContents)
FixedLengthFieldPicture
unformat in class FixedLengthFieldPicture
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||