Class PropertyBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.PropertyBindingConfig
- All Implemented Interfaces:
BindingConfiguration
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyBindingConfig
(String propertyPath, boolean bidirectional, boolean overlayOptOut) -
Method Summary
Modifier and TypeMethodDescriptionboolean
A string that represents the type of binding that this configuration representsint
hashCode()
boolean
boolean
-
Field Details
-
TYPE
- See Also:
-
propertyPath
-
-
Constructor Details
-
PropertyBindingConfig
-
-
Method Details
-
getBindingType
Description copied from interface:BindingConfiguration
A string that represents the type of binding that this configuration represents- Specified by:
getBindingType
in interfaceBindingConfiguration
-
isBidirectional
public boolean isBidirectional() -
isOverlayOptOut
public boolean isOverlayOptOut() -
hashCode
public int hashCode() -
equals
-