|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An API for the backing store that holds dynamic values.
Field Summary | |
static Object |
NIL
An object use to represent being set to null null
as opposed to having no value and hence being in the default state. |
Method Summary | |
Object |
dynamicGet(int dynamicFeatureID)
Returns the value of the feature. |
void |
dynamicSet(int dynamicFeatureID,
Object newValue)
Sets the value of the feature to the new value. |
void |
dynamicUnset(int dynamicFeatureID)
Unsets the value of the feature. |
Field Detail |
public static final Object NIL
null
as opposed to having no value and hence being in the default state.
Method Detail |
public Object dynamicGet(int dynamicFeatureID)
dynamicFeatureID
- the feature's index in the cached dynamic values.
public void dynamicSet(int dynamicFeatureID, Object newValue)
dynamicFeatureID
- the feature's index in the cached dynamic values.newValue
- the new value for the feature.public void dynamicUnset(int dynamicFeatureID)
dynamicFeatureID
- the feature's index in the cached dynamic values.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |