Class PropertyConfig
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.config.PropertyConfig
 
- 
 public class PropertyConfig extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPropertyConfig.RuntimeGsonAdapterstatic classPropertyConfig.StandardGsonAdapter
 - 
Field SummaryFields Modifier and Type Field Description PropertyAccessaccessBindingConfigbindingPropertyChangeScriptConfigonChangeParamTypeparamDirectionjava.lang.Booleanpersistent
 - 
Constructor SummaryConstructors Constructor Description PropertyConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)PropertyAccessgetAccess()booleanhasEnabledBinding()Returns true if this property config has an enabled binding configuration on itbooleanhasEnabledPropertyChangeScript()inthashCode()booleanhasPropertyChangeScript()booleanisPersistent()voidsetAccess(PropertyAccess access)voidsetPersistent(boolean b)
 
- 
- 
- 
Field Detail- 
binding@Nullable public BindingConfig binding 
 - 
persistent@Nullable public java.lang.Boolean persistent 
 - 
paramDirection@Nullable public ParamType paramDirection 
 - 
onChange@Nullable public PropertyChangeScriptConfig onChange 
 - 
access@Nullable public PropertyAccess access 
 
- 
 - 
Method Detail- 
isPersistentpublic boolean isPersistent() 
 - 
setPersistentpublic void setPersistent(boolean b) 
 - 
getAccesspublic PropertyAccess getAccess() 
 - 
setAccesspublic void setAccess(PropertyAccess access) 
 - 
hasEnabledPropertyChangeScriptpublic boolean hasEnabledPropertyChangeScript() 
 - 
hasPropertyChangeScriptpublic boolean hasPropertyChangeScript() 
 - 
hasEnabledBindingpublic boolean hasEnabledBinding() Returns true if this property config has an enabled binding configuration on it
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-