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,- java.io.Serializable
 
 public class WellKnownMetaProperty<T> extends TypedMetaProperty<T> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WellKnownMetaProperty()WellKnownMetaProperty(WellKnownMetaProperty<T> copy)WellKnownMetaProperty(java.lang.String name, T defaultValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedMetaProperty<T>getDefault()TypedMetaProperty<T>getFrom(MetaPropertyCollection collection)Retrieves the WellKnownProperty from the given property collection.TgetValueFrom(MetaPropertyCollection collection)- 
Methods inherited from class com.inductiveautomation.ignition.common.metaproperties.TypedMetaPropertygetTypedValue
 - 
Methods inherited from class com.inductiveautomation.ignition.common.metaproperties.MetaPropertyequals, getName, getValue, getValueAs, setName, setValue, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WellKnownMetaPropertypublic WellKnownMetaProperty() 
 - 
WellKnownMetaPropertypublic WellKnownMetaProperty(java.lang.String name, T defaultValue)
 - 
WellKnownMetaPropertypublic WellKnownMetaProperty(WellKnownMetaProperty<T> copy) 
 
- 
 - 
Method Detail- 
getDefaultpublic TypedMetaProperty<T> getDefault() 
 - 
getFrompublic TypedMetaProperty<T> getFrom(MetaPropertyCollection collection) Retrieves the WellKnownProperty from the given property collection. If not defined, the default value is returned.
 - 
getValueFrompublic T getValueFrom(MetaPropertyCollection collection) 
 
- 
 
-