|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.core.property.PropertyMap
A class that holds mappings from Property to whatever class of object is suitable for the PluginProperty.
| Constructor Summary | |
PropertyMap()
|
|
| Method Summary | |
java.util.Set |
getAllPropertiesSet()
Get all the PluginProperties that have been set in this map. |
java.lang.Object |
getPropertyValue(Property property)
Get the value associated with the given property. |
void |
put(Property property,
java.lang.Object value)
|
void |
setPropertyValue(Property property,
java.lang.Object value)
Sets an associated value for the property. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyMap()
| Method Detail |
public void put(Property property,
java.lang.Object value)
public void setPropertyValue(Property property,
java.lang.Object value)
property - the property to setvalue - its associated valuepublic java.lang.Object getPropertyValue(Property property)
property - the property to get the value of
public java.util.Set getAllPropertiesSet()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||