|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyAccessor
Interface that defines direct access to a particular property of a particular instance.
| Method Summary | |
|---|---|
Object |
readProperty()
Reads the property. |
void |
writeProperty(Object newValue)
Updates the property to a new value |
| Method Detail |
|---|
Object readProperty()
org.apache.hivemind.ApplicationRuntimeException - if the property is write-onlyvoid writeProperty(Object newValue)
newValue - the value to assign to the property
org.apache.hivemind.ApplicationRuntimeException - if the property is read-only
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||