public interface PropertyContainer
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String key)
Return the property corresponding to
the given key, or null if no such property
exists.
|
Iterator |
propertyNames()
Get an iterator over the names of the properties.
|
void |
setProperty(String key,
Object value)
Set the property corresponding to
the given key.
|
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.