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