public class TopLinkValueHolder extends Object implements oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
| Type | Property and Description |
|---|---|
boolean |
isCoordinatedWith |
| Constructor and Description |
|---|
TopLinkValueHolder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
boolean |
isCoordinatedWithProperty() |
boolean |
isInstantiated() |
boolean |
isNewlyWeavedValueHolder() |
void |
setIsCoordinatedWithProperty(boolean value) |
void |
setIsNewlyWeavedValueHolder(boolean value) |
void |
setValue(Object value) |
isCoordinatedWithProperty in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterfacepublic TopLinkValueHolder()
public void setValue(Object value)
setValue in interface oracle.toplink.essentials.indirection.ValueHolderInterfacepublic Object getValue()
getValue in interface oracle.toplink.essentials.indirection.ValueHolderInterfacepublic boolean isInstantiated()
isInstantiated in interface oracle.toplink.essentials.indirection.ValueHolderInterfacepublic boolean isCoordinatedWithProperty()
isCoordinatedWithProperty in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterfacepublic boolean isNewlyWeavedValueHolder()
isNewlyWeavedValueHolder in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterfacepublic void setIsCoordinatedWithProperty(boolean value)
setIsCoordinatedWithProperty in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterfacepublic void setIsNewlyWeavedValueHolder(boolean value)
setIsNewlyWeavedValueHolder in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface