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 supplied 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. |
java.lang.Object |
getScriptProperty(java.lang.String scriptName)
Returns the current value associated using the script name of the extension property
or
null if the property is unknown. |
boolean containsProperty(java.lang.String name)
true
if a property with the supplied 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 filenull
getScriptProperty(String)
java.lang.Object getScriptProperty(java.lang.String scriptName)
null
if the property is unknown. The script name must be used
when accessing Modeler-defined property values since these are publicly documented.scriptName
- the property's script name defined in the extension specification filenull
getProperty(String)
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.