EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation

org.eclipse.persistence.sessions.factories
Class ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor

java.lang.Object
  extended by org.eclipse.persistence.mappings.AttributeAccessor
      extended by org.eclipse.persistence.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
ObjectPersistenceRuntimeXMLProject_11_1_1

public class ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor
extends AttributeAccessor

INTERNAL: If the policy is the default NullPolicy with defaults set - then represent this default policy by null.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.mappings.AttributeAccessor
attributeName
 
Constructor Summary
ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor()
           
 
Method Summary
 java.lang.Object getAttributeValueFromObject(java.lang.Object object)
          Return the attribute value from the object.
 void setAttributeValueInObject(java.lang.Object object, java.lang.Object value)
          Set the attribute value into the object.
 
Methods inherited from class org.eclipse.persistence.mappings.AttributeAccessor
clone, getAttributeClass, getAttributeName, initializeAttributes, setAttributeName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor

public ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor()
Method Detail

getAttributeValueFromObject

public java.lang.Object getAttributeValueFromObject(java.lang.Object object)
                                             throws DescriptorException
Description copied from class: AttributeAccessor
Return the attribute value from the object.

Specified by:
getAttributeValueFromObject in class AttributeAccessor
Throws:
DescriptorException

setAttributeValueInObject

public void setAttributeValueInObject(java.lang.Object object,
                                      java.lang.Object value)
                               throws DescriptorException
Description copied from class: AttributeAccessor
Set the attribute value into the object.

Specified by:
setAttributeValueInObject in class AttributeAccessor
Throws:
DescriptorException

EclipseLink 1.0_1.0 M7 - 20080508 API Reference - Incubation