Class PropertyBindingConfig
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.binding.interchange.PropertyBindingConfig
 
 
- 
- All Implemented Interfaces:
 BindingConfiguration,java.io.Serializable
public class PropertyBindingConfig extends java.lang.Object implements BindingConfiguration
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringpropertyPathstatic java.lang.StringTYPE 
- 
Constructor Summary
Constructors Constructor Description PropertyBindingConfig(java.lang.String propertyPath, boolean bidirectional, boolean overlayOptOut) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetBindingType()A string that represents the type of binding that this configuration representsinthashCode()booleanisBidirectional()booleanisOverlayOptOut() 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final java.lang.String TYPE
- See Also:
 - Constant Field Values
 
 
- 
propertyPath
public java.lang.String propertyPath
 
 - 
 
- 
Method Detail
- 
getBindingType
public java.lang.String 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()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -