Class BoundValue
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.config.BoundValue
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class BoundValue extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BoundValue(BoundValue copy)BoundValue(java.lang.String bindType, java.lang.String binding) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetBinding()java.lang.StringgetBindType()java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
BoundValue
public BoundValue(BoundValue copy)
 
- 
BoundValue
public BoundValue(java.lang.String bindType, java.lang.String binding) 
 - 
 
 -