Class PropertyValue
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.config.PropertyValue
 
- 
 public class PropertyValue extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PropertyValue()PropertyValue(Property prop, java.lang.Object value)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertygetProperty()java.lang.ObjectgetValue()static PropertyValueof(Property prop, java.lang.Object value)
 
- 
- 
- 
Constructor Detail- 
PropertyValuepublic PropertyValue() 
 - 
PropertyValuepublic PropertyValue(Property prop, @Nullable java.lang.Object value) 
 
- 
 - 
Method Detail- 
getPropertypublic Property getProperty() 
 - 
getValue@Nullable public java.lang.Object getValue() 
 - 
ofpublic static PropertyValue of(Property prop, @Nullable java.lang.Object value) 
 
- 
 
-