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 Summary
Nested Classes Modifier and Type Class Description static classCellUpdateBindingConfig.SpecA simple, strings-only representation of a cell update spec 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPEjava.util.List<CellUpdateBindingConfig.Spec>updates 
- 
Constructor Summary
Constructors Constructor Description CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates) 
- 
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() 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final java.lang.String TYPE
- See Also:
 - Constant Field Values
 
 
- 
updates
public java.util.List<CellUpdateBindingConfig.Spec> updates
 
 - 
 
- 
Constructor Detail
- 
CellUpdateBindingConfig
public CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates)
 
 - 
 
- 
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
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -