public interface PropertyContainer
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String key)
Return the property corresponding to
the given key, or null if no such property
exists.
|
java.util.Iterator |
propertyNames()
Get an iterator over the names of the properties.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set the property corresponding to
the given key.
|
java.lang.Object getProperty(java.lang.String key)
java.util.Iterator propertyNames()
void setProperty(java.lang.String key, java.lang.Object value)