|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Sets and gets property values to and from value objects.
| Method Summary | |
Object |
getValue(Property property,
Object valueContainer)
Gets the value of a property from a value container. |
boolean |
getValueIsRemovable(Property property,
Object valueContainer)
Returns true if the property value is removable from the value container. |
boolean |
getValueIsSet(Property property,
Object valueContainer)
Returns true if a value for the property is set in the value container. |
void |
removeValue(Property property,
Object valueContainer)
Removes a property value from a value container. |
void |
setValue(Property property,
Object valueContainer,
Object value)
Sets the value of a property in a value container. |
| Method Detail |
public Object getValue(Property property,
Object valueContainer)
property - the propertyvalueContainer - the object containing the value
public void setValue(Property property,
Object valueContainer,
Object value)
property - the propertyvalueContainer - the object that will contain the valuevalue - the property value
public void removeValue(Property property,
Object valueContainer)
property - the propertyvalueContainer - the value container
public boolean getValueIsSet(Property property,
Object valueContainer)
property - the propertyvalueContainer - the value container
public boolean getValueIsRemovable(Property property,
Object valueContainer)
property - the propertyvalueContainer - the value container
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||