public interface IPropertiesOwner
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name)
Returns the value for the given property.
|
void |
setProperty(String name,
Object value)
Sets a value for the given property.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.