Class PropertyValue
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.config.PropertyValue
 
 
- 
public class PropertyValue extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyValue()PropertyValue(Property prop, java.lang.Object value) 
- 
Method Summary
All 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
- 
PropertyValue
public PropertyValue()
 
- 
PropertyValue
public PropertyValue(Property prop, @Nullable java.lang.Object value)
 
 - 
 
- 
Method Detail
- 
getProperty
public Property getProperty()
 
- 
getValue
@Nullable public java.lang.Object getValue()
 
- 
of
public static PropertyValue of(Property prop, @Nullable java.lang.Object value)
 
 - 
 
 -