org.jclarion.clarion.runtime.format
Class Formatter
java.lang.Object
org.jclarion.clarion.runtime.format.Formatter
- Direct Known Subclasses:
- DateFormat, NumberFormat, PatternFormat, StringFormat, TimeFormat
public abstract class Formatter
- extends java.lang.Object
|
Field Summary |
java.lang.String |
picture
|
|
Constructor Summary |
Formatter(java.lang.String picture)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
picture
public java.lang.String picture
Formatter
public Formatter(java.lang.String picture)
construct
public static Formatter construct(java.lang.String type)
getPicture
public java.lang.String getPicture()
getPictureRepresentation
public abstract java.lang.String getPictureRepresentation()
format
public abstract java.lang.String format(java.lang.String input)
deformat
public abstract java.lang.String deformat(java.lang.String input)
getMaxLen
public abstract int getMaxLen()
setError
public void setError()
clearError
public void clearError()
isError
public boolean isError()
setStrictMode
public void setStrictMode()
isStrict
public boolean isStrict()
Copyright © 2010. All Rights Reserved.