org.exolab.castor.mapping.loader
Class ExtendedFieldHandler<T>

java.lang.Object
  extended by org.exolab.castor.mapping.loader.ExtendedFieldHandler<T>
All Implemented Interfaces:
FieldHandler<T>

public abstract class ExtendedFieldHandler<T>
extends Object
implements FieldHandler<T>

An extended version of the FieldHandler interface which is used for adding additional functionality while preserving backward compatability.

Version:
$Revision: 9062 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author:
Keith Visco
See Also:
FieldDescriptor, FieldHandler

Constructor Summary
ExtendedFieldHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exolab.castor.mapping.FieldHandler
checkValidity, getValue, newInstance, resetValue, setValue
 

Constructor Detail

ExtendedFieldHandler

public ExtendedFieldHandler()


Copyright © 2013. All Rights Reserved.