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 TypeMethodDescriptionbooleanA string that represents the type of binding that this configuration representsinthashCode()booleanboolean
-
Field Details
-
TYPE
- See Also:
-
propertyPath
-
-
Constructor Details
-
PropertyBindingConfig
-
-
Method Details
-
getBindingType
Description copied from interface:BindingConfigurationA string that represents the type of binding that this configuration represents- Specified by:
getBindingTypein interfaceBindingConfiguration
-
isBidirectional
public boolean isBidirectional() -
isOverlayOptOut
public boolean isOverlayOptOut() -
hashCode
public int hashCode() -
equals
-