EclipseLink 1.0_1.0 M8 - 20080604 API Reference - Incubation

org.eclipse.persistence.sessions.factories
Class EclipseLinkObjectPersistenceRuntimeXMLProject.IsSetNullPolicyIsSetParameterTypesAttributeAccessor

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

public class EclipseLinkObjectPersistenceRuntimeXMLProject.IsSetNullPolicyIsSetParameterTypesAttributeAccessor
extends AttributeAccessor

INTERNAL: Wrap the isset parameterType class array as a Collection

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.mappings.AttributeAccessor
attributeName
 
Constructor Summary
EclipseLinkObjectPersistenceRuntimeXMLProject.IsSetNullPolicyIsSetParameterTypesAttributeAccessor()
           
 
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, isMethodAttributeAccessor, setAttributeName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseLinkObjectPersistenceRuntimeXMLProject.IsSetNullPolicyIsSetParameterTypesAttributeAccessor

public EclipseLinkObjectPersistenceRuntimeXMLProject.IsSetNullPolicyIsSetParameterTypesAttributeAccessor()
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 M8 - 20080604 API Reference - Incubation