|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBaseMap
BeanPropertyMap
public class BeanPropertyMap
The BeanPropertyMap class represents a collection of property values where properties are stored in a local HashMap.
Constructor Summary | |
---|---|
BeanPropertyMap(Class mapClass)
Creates an empty BeanPropertyMap associated with the specific Control public interface, PropertySet, or annotation type. |
|
BeanPropertyMap(PropertyMap map)
Creates a BeanPropertyMap that wraps another PropertyMap. |
|
BeanPropertyMap(T annot)
Creates a BeanPropertyMap where default values are derived from a single annotation type instance. |
Method Summary | |
---|---|
boolean |
containsPropertySet(Class<? extends Annotation> propertySet)
Returns true if the PropertyMap contains one or more values for the specified PropertySet, false otherwise |
Object |
getProperty(PropertyKey key)
Returns the property value specified by 'key' within this map. |
Set<PropertyKey> |
getPropertyKeys()
Returns the set of PropertyKeys that are locally set in this property map. |
void |
setProperty(PropertyKey key,
Object value)
Sets the property specifed by 'key' within this map. |
Methods inherited from class BaseMap |
---|
getDelegateMap, getMapClass, getPropertySet, isValidKey, setDelegateMap, setMapClass |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface PropertyMap |
---|
getDelegateMap, getMapClass, getPropertySet, setDelegateMap |
Constructor Detail |
---|
public BeanPropertyMap(Class mapClass)
public BeanPropertyMap(PropertyMap map)
public BeanPropertyMap(T annot)
Method Detail |
---|
public void setProperty(PropertyKey key, Object value)
setProperty
in interface PropertyMap
public Object getProperty(PropertyKey key)
getProperty
in interface PropertyMap
getProperty
in class BaseMap
public boolean containsPropertySet(Class<? extends Annotation> propertySet)
containsPropertySet
in interface PropertyMap
containsPropertySet
in class BaseMap
public Set<PropertyKey> getPropertyKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |