|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyHolder
Interface for holders of property values.
Method Summary | ||
---|---|---|
void |
copyProperties(IPropertyHolder holder)
Copy all properties from another property holder to this one. |
|
Map<IProperty<?>,Object> |
getAllProperties()
Returns a map of all assigned properties with associated values. |
|
|
getProperty(IProperty<T> property)
Retrieves a property value. |
|
void |
setProperty(IProperty<?> property,
Object value)
Sets a property value. |
Method Detail |
---|
void setProperty(IProperty<?> property, Object value)
property
- the property to setvalue
- the new value<T> T getProperty(IProperty<T> property)
T
- type of propertyproperty
- the property to get
void copyProperties(IPropertyHolder holder)
holder
- another property holderMap<IProperty<?>,Object> getAllProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |