public abstract class AbstractPropertyHolder extends Object implements PropertyHolder
| Constructor and Description |
|---|
AbstractPropertyHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperties()
Clear all properties
|
Set<String> |
getKeys()
Get all properties contained in this holder
|
Object |
getProperty(String name)
Get a specific element property.
|
void |
removeProperty(String name)
Remove the property for the given key.
|
void |
setProperty(String name,
Object value)
Set a specific element property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic Object getProperty(String name)
PropertyHoldergetProperty in interface PropertyHolderpublic void setProperty(String name, Object value)
PropertyHoldersetProperty in interface PropertyHolderpublic void removeProperty(String name)
PropertyHolderremoveProperty in interface PropertyHolderpublic Set<String> getKeys()
getKeys in interface PropertyHolderpublic void clearProperties()
clearProperties in interface PropertyHolderCopyright © 2013. All Rights Reserved.