org.jclarion.clarion.runtime.format
Class NumberFormat

java.lang.Object
  extended by org.jclarion.clarion.runtime.format.Formatter
      extended by org.jclarion.clarion.runtime.format.NumberFormat

public class NumberFormat
extends Formatter


Field Summary
 
Fields inherited from class org.jclarion.clarion.runtime.format.Formatter
picture
 
Constructor Summary
NumberFormat(java.lang.String format)
           
 
Method Summary
 java.lang.String deformat(java.lang.String input)
           
 java.lang.String format(java.lang.String input)
           
 int getMaxLen()
           
 java.lang.String getPictureRepresentation()
           
 
Methods inherited from class org.jclarion.clarion.runtime.format.Formatter
clearError, construct, getPicture, isError, isStrict, setError, setStrictMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberFormat

public NumberFormat(java.lang.String format)
Method Detail

deformat

public java.lang.String deformat(java.lang.String input)
Specified by:
deformat in class Formatter

format

public java.lang.String format(java.lang.String input)
Specified by:
format in class Formatter

getMaxLen

public int getMaxLen()
Specified by:
getMaxLen in class Formatter

getPictureRepresentation

public java.lang.String getPictureRepresentation()
Specified by:
getPictureRepresentation in class Formatter


Copyright © 2010. All Rights Reserved.