|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyValue
Encapsulates a property with its value and an optional reason for change. This interface has no dependence on runtime specific objects.
Property,
PropertyValueChangeType| Method Summary | |
|---|---|
PropertyValueChangeType |
getChangeType()
Return the reason the property value change is being propagated. |
Property |
getProperty()
Return the Property part of this object. |
java.lang.Object |
getValue()
Return the value of the Property. |
| Method Detail |
|---|
Property getProperty()
Property part of this object.
Property part of this objectPropertyjava.lang.Object getValue()
Property.
Will be an instance of the java class associated with the Property.
Property.PropertyValueChangeType getChangeType()
PropertyValueChangeType for a list of
supported constant values for the change type.
PropertyValueChangeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||