Package org.cristalise.kernel.utils
Class CDataFieldHandler
- All Implemented Interfaces:
org.exolab.castor.mapping.ConfigurableFieldHandler<String>,org.exolab.castor.mapping.FieldHandler<String>
-
Field Summary
Fields inherited from class org.exolab.castor.mapping.AbstractFieldHandler
_properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(Object parent) newInstance(Object parent, Object[] args) voidresetValue(Object object) voidMethods inherited from class org.exolab.castor.mapping.AbstractFieldHandler
getFieldDescriptor, hasValue, setConfiguration, setFieldDescriptorMethods inherited from class org.exolab.castor.mapping.ExtendedFieldHandler
checkValidityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exolab.castor.mapping.FieldHandler
checkValidity
-
Constructor Details
-
CDataFieldHandler
public CDataFieldHandler()
-
-
Method Details
-
getValue
- Throws:
IllegalStateException
-
setValue
public void setValue(Object object, String value) throws IllegalStateException, IllegalArgumentException -
resetValue
-
newInstance
- Throws:
IllegalStateException
-
newInstance
- Specified by:
newInstancein classorg.exolab.castor.mapping.ExtendedFieldHandler<String>- Throws:
IllegalStateException
-