org.databene.commons.format
Class TypedFormat<S>

java.lang.Object
  extended by java.text.Format
      extended by org.databene.commons.format.TypedFormat<S>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public abstract class TypedFormat<S>
extends java.text.Format

Format that exhibits the information which Java class it can format and parse.

Created: 11.05.2005 22:04:05

Since:
0.1
Author:
Volker Bergmann
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
java.text.Format.Field
 
Constructor Summary
TypedFormat()
           
 
Method Summary
abstract  java.lang.Class<S> getSourceType()
           
 
Methods inherited from class java.text.Format
clone, format, format, formatToCharacterIterator, parseObject, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedFormat

public TypedFormat()
Method Detail

getSourceType

public abstract java.lang.Class<S> getSourceType()


Copyright © 2010. All Rights Reserved.