Class ExtensibleBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.ExtensibleBindingConfig
- All Implemented Interfaces:
 BindingConfiguration,Serializable
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents what extensible binding function this config is meant to call.booleanstatic final String - 
Constructor Summary
ConstructorsConstructorDescriptionExtensibleBindingConfig(String bindingKey, Map<String, String> params, PollingConfig polling, boolean serializableDataset)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanA string that represents the type of binding that this configuration representsinthashCode() 
- 
Field Details
- 
TYPE
- See Also:
 
 - 
bindingKey
Represents what extensible binding function this config is meant to call. - 
params
 - 
polling
 - 
serializableDataset
public boolean serializableDataset 
 - 
 - 
Constructor Details
- 
ExtensibleBindingConfig
public ExtensibleBindingConfig(String bindingKey, Map<String, String> params, PollingConfig polling, boolean serializableDataset)  
 - 
 - 
Method Details
- 
getBindingType
Description copied from interface:BindingConfigurationA string that represents the type of binding that this configuration represents- Specified by:
 getBindingTypein interfaceBindingConfiguration
 - 
equals
 - 
hashCode
public int hashCode() 
 -