Class DirectTagBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.DirectTagBindingConfig
- All Implemented Interfaces:
BindingConfiguration
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDirectTagBindingConfig
(String tagPath, boolean bidirectional, int fallbackDelay, boolean overlayOptOut, ColorStateTable colorStateTable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
A string that represents the type of binding that this configuration representsint
hashCode()
-
Field Details
-
TYPE
- See Also:
-
tagPath
-
bidirectional
public boolean bidirectional -
fallbackDelay
public int fallbackDelay -
overlayOptOut
public boolean overlayOptOut -
colorStateTable
-
-
Constructor Details
-
DirectTagBindingConfig
public DirectTagBindingConfig(String tagPath, boolean bidirectional, int fallbackDelay, boolean overlayOptOut, ColorStateTable colorStateTable)
-
-
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
-
hashCode
public int hashCode() -
equals
-