public class EclipseLinkValueHolder extends Object implements org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
| Type | Property and Description |
|---|---|
boolean |
isCoordinatedWith |
| Constructor and Description |
|---|
EclipseLinkValueHolder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
getValue() |
boolean |
isCoordinatedWithProperty() |
boolean |
isInstantiated() |
boolean |
isNewlyWeavedValueHolder() |
void |
setIsCoordinatedWithProperty(boolean value) |
void |
setIsNewlyWeavedValueHolder(boolean value) |
void |
setValue(Object value) |
boolean |
shouldAllowInstantiationDeferral() |
isCoordinatedWithProperty in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic EclipseLinkValueHolder()
public void setValue(Object value)
setValue in interface org.eclipse.persistence.indirection.ValueHolderInterfacepublic Object getValue()
getValue in interface org.eclipse.persistence.indirection.ValueHolderInterfacepublic boolean isInstantiated()
isInstantiated in interface org.eclipse.persistence.indirection.ValueHolderInterfacepublic boolean isCoordinatedWithProperty()
isCoordinatedWithProperty in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic boolean isNewlyWeavedValueHolder()
isNewlyWeavedValueHolder in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic boolean shouldAllowInstantiationDeferral()
shouldAllowInstantiationDeferral in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic void setIsCoordinatedWithProperty(boolean value)
setIsCoordinatedWithProperty in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic void setIsNewlyWeavedValueHolder(boolean value)
setIsNewlyWeavedValueHolder in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface