java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.PropertyBindingConfig
All Implemented Interfaces:
BindingConfiguration, Serializable

public class PropertyBindingConfig extends Object implements BindingConfiguration
See Also:
  • Field Details

  • Constructor Details

    • PropertyBindingConfig

      public PropertyBindingConfig(String propertyPath, boolean bidirectional, boolean overlayOptOut)
  • Method Details

    • getBindingType

      public String getBindingType()
      Description copied from interface: BindingConfiguration
      A string that represents the type of binding that this configuration represents
      Specified by:
      getBindingType in interface BindingConfiguration
    • isBidirectional

      public boolean isBidirectional()
    • isOverlayOptOut

      public boolean isOverlayOptOut()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object