org.jclarion.clarion.runtime.format
Class TimeFormat

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

public class TimeFormat
extends Formatter

Time Format

Author:
barney

Field Summary
 
Fields inherited from class org.jclarion.clarion.runtime.format.Formatter
picture
 
Constructor Summary
TimeFormat(java.lang.String picture)
           
 
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

TimeFormat

public TimeFormat(java.lang.String picture)
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.