Class PropertyBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.PropertyBindingConfig
- All Implemented Interfaces:
- BindingConfiguration,- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyBindingConfig(String propertyPath, boolean bidirectional, boolean overlayOptOut) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanA string that represents the type of binding that this configuration representsinthashCode()booleanboolean
- 
Field Details- 
TYPE- See Also:
 
- 
propertyPath
 
- 
- 
Constructor Details- 
PropertyBindingConfig
 
- 
- 
Method Details- 
getBindingTypeDescription copied from interface:BindingConfigurationA string that represents the type of binding that this configuration represents- Specified by:
- getBindingTypein interface- BindingConfiguration
 
- 
isBidirectionalpublic boolean isBidirectional()
- 
isOverlayOptOutpublic boolean isOverlayOptOut()
- 
hashCodepublic int hashCode()
- 
equals
 
-