Class CellUpdateBindingConfig
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.interchange.CellUpdateBindingConfig
 
- 
- All Implemented Interfaces:
- BindingConfiguration,- java.io.Serializable
 
 public class CellUpdateBindingConfig extends java.lang.Object implements BindingConfiguration - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCellUpdateBindingConfig.SpecA simple, strings-only representation of a cell update spec
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPEjava.util.List<CellUpdateBindingConfig.Spec>updates
 - 
Constructor SummaryConstructors Constructor Description CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates)
 - 
Method SummaryAll 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()
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 - 
updatespublic java.util.List<CellUpdateBindingConfig.Spec> updates 
 
- 
 - 
Constructor Detail- 
CellUpdateBindingConfigpublic CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates) 
 
- 
 - 
Method Detail- 
getBindingTypepublic java.lang.String getBindingType() Description copied from interface:BindingConfigurationA string that represents the type of binding that this configuration represents- Specified by:
- getBindingTypein interface- BindingConfiguration
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-