Package org.exolab.castor.mapping
Interface ClonableFieldHandler
- All Superinterfaces:
FieldHandler
A
FieldHandler
that allows shallow/deep cloning of its state.- Version:
- $Revision: $
- Author:
- Werner Guttmann
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncopyInstance
(FieldHandler fieldHandler) Entry point for shallow/deep 'cloning' of FieldHandler instances.Methods inherited from interface org.exolab.castor.mapping.FieldHandler
checkValidity, getValue, newInstance, resetValue, setValue
-
Method Details
-
copyInstance
Entry point for shallow/deep 'cloning' of FieldHandler instances.- Parameters:
fieldHandler
- theFieldHandler
to 'clone'.- Returns:
- the 'cloned'
FieldHandler
instance.
-