public interface Properties
Note: this interface was changed in a non-backward compatible way between Modeler API 12.0 and 12.0.1. Prior to Modeler API 12.0.1, this interface was only used by the DataModelProvider SPI which itself was never used.
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(java.lang.String name)
Returns
true if a property with the supploed name exists
or false if the property is unknown. |
java.lang.Object |
getProperty(java.lang.String name)
Returns the current value associated with the extension property
or
null if the property is unknown. |
boolean containsProperty(java.lang.String name)
true if a property with the supploed name exists
or false if the property is unknown.name - the property name defined in the extension specification filetrue if a property with this name existsjava.lang.Object getProperty(java.lang.String name)
null if the property is unknown.name - the property name defined in the extension specification filenullCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.