Class RuntimeParameter
- java.lang.Object
-
- com.inductiveautomation.ignition.common.config.BasicProperty<java.lang.Object>
-
- com.inductiveautomation.ignition.common.config.RuntimeParameter
-
- All Implemented Interfaces:
Property<java.lang.Object>
,java.io.Serializable
public class RuntimeParameter extends BasicProperty<java.lang.Object>
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeParameter(java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeParameter
get(Property<?> prop)
static RuntimeParameter
get(java.lang.String name)
-
Methods inherited from class com.inductiveautomation.ignition.common.config.BasicProperty
equals, getClazz, getDefaultValue, getName, getType, hashCode, of, setClazz, setClazz_, setDefaultValue, setDefaultValue_, setName, setName_, toString
-
-
-
-
Method Detail
-
get
public static RuntimeParameter get(Property<?> prop)
-
get
public static RuntimeParameter get(java.lang.String name)
-
-