|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySetFactory
Instantiates property sets.
| Method Summary | |
|---|---|
PropertySet |
createPropertySet(PropertySet... chain)
Creates new property set. |
| Method Detail |
|---|
PropertySet createPropertySet(PropertySet... chain)
chain - Property sets can be chained. Chaining allows to
build chains of property sets with forward-only modifications semantics.
New property set access operations delegate to chains if the property
set itself does not contain requested values.
All update and remove operations are local to the property
set (and mounted sets) - chains are never modified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||