Class BoundAlarmProperty
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.alarming.config.BoundAlarmProperty
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class BoundAlarmProperty extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoundAlarmProperty.BindType 
- 
Constructor Summary
Constructors Constructor Description BoundAlarmProperty()BoundAlarmProperty(java.lang.String value, BoundAlarmProperty.BindType type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expressioncompile(ExpressionParseContext context)booleanequals(java.lang.Object obj)BoundAlarmProperty.BindTypegetBindType()java.lang.StringgetStringRepresentation()voidsetBindType(BoundAlarmProperty.BindType bindType)voidsetStringRepresentation(java.lang.String value)java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
BoundAlarmProperty
public BoundAlarmProperty()
 
- 
BoundAlarmProperty
public BoundAlarmProperty(java.lang.String value, BoundAlarmProperty.BindType type) 
 - 
 
- 
Method Detail
- 
getBindType
public BoundAlarmProperty.BindType getBindType()
 
- 
setBindType
public void setBindType(BoundAlarmProperty.BindType bindType)
 
- 
getStringRepresentation
public java.lang.String getStringRepresentation()
 
- 
setStringRepresentation
public void setStringRepresentation(java.lang.String value)
 
- 
compile
public Expression compile(ExpressionParseContext context) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -