| java.lang.Object hu.netmind.persistence.StrictPrimitiveHandler
StrictPrimitiveHandler | public class StrictPrimitiveHandler implements StrictClassHandler(Code) | | Null handler is a class handler for interfaces and reserved classes.
It contains no attributes, so all methods return default values
statically.
author: Brautigam Robert version: Revision: $Revision$ |
getAttributeNames | public List getAttributeNames()(Code) | | |
getAttributeTypes | public Map getAttributeTypes()(Code) | | |
hasChanged | public boolean hasChanged()(Code) | | |
newInstance | public Object newInstance(Map marshalledValues)(Code) | | Construct the primitive object with the given value.
Parameters: marshalledValues - The map that contains the 'value' attribute. |
setAttributeValue | public void setAttributeValue(Object obj, String attributeName, Object value)(Code) | | Always returns exception.
|
|
|