public class DefaultValueStore extends Object implements ValueStore
Purpose:Default implementation of the ValueStore interface.
Responsibilities:
Constructor and Description |
---|
DefaultValueStore() |
Modifier and Type | Method and Description |
---|---|
ValueStore |
copy()
Get a shallow copy of the original ValueStore.
|
boolean |
equals(Object obj)
Indicates if a given ValueStore is equal to this.
|
Object |
getDeclaredProperty(int propertyIndex) |
Object |
getOpenContentProperty(commonj.sdo.Property property) |
Map |
getOpenContentValues()
INTERNAL:
|
boolean[] |
getTypePropertiesIsSetStatus()
INTERNAL:
|
Object[] |
getTypePropertyValues()
INTERNAL:
|
int |
hashCode() |
void |
initialize(commonj.sdo.DataObject aDataObject)
Perform any post-instantiation integrity operations that could not be done during
ValueStore creation.
Since the dataObject reference passed in may be bidirectional or self-referencing - we cannot set this variable until the dataObject itself is finished instantiation - hence the 2-step initialization. |
boolean |
isSetDeclaredProperty(int propertyIndex) |
boolean |
isSetOpenContentProperty(commonj.sdo.Property property) |
void |
setDeclaredProperty(int propertyIndex,
Object value) |
void |
setManyProperty(commonj.sdo.Property property,
Object value) |
void |
setOpenContentProperty(commonj.sdo.Property property,
Object value) |
void |
setOpenContentValues(Map openContentValues)
INTERNAL:
|
void |
setTypePropertiesIsSetStatus(boolean[] typePropertiesIsSetStatusArray)
INTERNAL:
|
void |
setTypePropertyValues(Object[] typePropertyValuesArray)
Set the values for declared properties
|
void |
unsetDeclaredProperty(int propertyIndex) |
void |
unsetOpenContentProperty(commonj.sdo.Property property) |
public Object getDeclaredProperty(int propertyIndex)
getDeclaredProperty
in interface ValueStore
public Object getOpenContentProperty(commonj.sdo.Property property)
getOpenContentProperty
in interface ValueStore
public void setDeclaredProperty(int propertyIndex, Object value)
setDeclaredProperty
in interface ValueStore
public void setOpenContentProperty(commonj.sdo.Property property, Object value)
setOpenContentProperty
in interface ValueStore
public boolean isSetDeclaredProperty(int propertyIndex)
isSetDeclaredProperty
in interface ValueStore
public boolean isSetOpenContentProperty(commonj.sdo.Property property)
isSetOpenContentProperty
in interface ValueStore
public void unsetDeclaredProperty(int propertyIndex)
unsetDeclaredProperty
in interface ValueStore
public void unsetOpenContentProperty(commonj.sdo.Property property)
unsetOpenContentProperty
in interface ValueStore
public void initialize(commonj.sdo.DataObject aDataObject)
initialize
in interface ValueStore
aDataObject
- public void setTypePropertyValues(Object[] typePropertyValuesArray)
typePropertyValuesArray
- public void setTypePropertiesIsSetStatus(boolean[] typePropertiesIsSetStatusArray)
typePropertiesIsSetStatusArray
- boolean[] of isSet values for declared propertiespublic Object[] getTypePropertyValues()
public boolean[] getTypePropertiesIsSetStatus()
public void setOpenContentValues(Map openContentValues)
openContentValues
- public Map getOpenContentValues()
public void setManyProperty(commonj.sdo.Property property, Object value)
setManyProperty
in interface ValueStore
public ValueStore copy()
copy
in interface ValueStore
public boolean equals(Object obj)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.