Class RuntimeParameter
java.lang.Object
com.inductiveautomation.ignition.common.config.BasicProperty<Object>
com.inductiveautomation.ignition.common.config.RuntimeParameter
- All Implemented Interfaces:
 Property<Object>,Serializable
This is a special type of property that indicates that we want the current runtime value of a parameter
 as opposed to the config value. This is because a parameter is normally a ParameterValue- but when it runs, we
 want the actual internal value- say "1", or the bound value result. This is used by the ExecutableTagPropertyModel
 to distinguish between those two options.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.config.BasicProperty
equals, getClazz, getDefaultValue, getName, getType, hashCode, of, setClazz, setClazz_, setDefaultValue, setDefaultValue_, setName, setName_, toString 
- 
Constructor Details
- 
RuntimeParameter
 
 - 
 - 
Method Details
- 
get
 - 
get
 
 -