public interface ExchangePropertyProvider
This interface must not be extended or implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name)
Returns the value of the property for the specified name.
|
void |
setProperty(String name,
Object value)
Sets the value of the property for the specified name.
|
void setProperty(String name, Object value)
name - the property namevalue - the property valueCopyright © 2018 SAP. All rights reserved.