Class WellKnownMetaProperty<T>
java.lang.Object
com.inductiveautomation.ignition.common.metaproperties.MetaProperty
com.inductiveautomation.ignition.common.metaproperties.TypedMetaProperty<T>
com.inductiveautomation.ignition.common.metaproperties.WellKnownMetaProperty<T>
- All Implemented Interfaces:
CopyConstructorClonable
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom
(MetaPropertyCollection collection) Retrieves the WellKnownProperty from the given property collection.getValueFrom
(MetaPropertyCollection collection) Methods inherited from class com.inductiveautomation.ignition.common.metaproperties.TypedMetaProperty
getTypedValue
Methods inherited from class com.inductiveautomation.ignition.common.metaproperties.MetaProperty
equals, getName, getValue, getValueAs, setName, setValue, toString
-
Constructor Details
-
WellKnownMetaProperty
public WellKnownMetaProperty() -
WellKnownMetaProperty
-
WellKnownMetaProperty
-
-
Method Details
-
getDefault
-
getFrom
Retrieves the WellKnownProperty from the given property collection. If not defined, the default value is returned. -
getValueFrom
-