Interface AssertionStepProperties
- 
- All Superinterfaces:
- ChartStepProperties
 - All Known Implementing Classes:
- AbstractAssertionStepDelegate,- AssertionStepUI.AssertionStepFactory
 
 public interface AssertionStepProperties extends ChartStepProperties Created by Colby.Clegg on 12/14/2015.
- 
- 
Field SummaryFields Modifier and Type Field Description static Property<AssertionRuleCollection>ASSERTION_RULESstatic java.lang.StringFACTORY_IDstatic Property<FailureBehavior>FAILURE_BEHAVIORstatic Property<java.lang.String>FAILURE_FLAG- 
Fields inherited from interface com.inductiveautomation.sfc.elements.steps.ChartStepPropertiesAssociatedData, Breakpoint, FactoryId, Name
 
- 
 
- 
- 
- 
Field Detail- 
FACTORY_IDstatic final java.lang.String FACTORY_ID - See Also:
- Constant Field Values
 
 - 
FAILURE_BEHAVIORstatic final Property<FailureBehavior> FAILURE_BEHAVIOR 
 - 
FAILURE_FLAGstatic final Property<java.lang.String> FAILURE_FLAG 
 - 
ASSERTION_RULESstatic final Property<AssertionRuleCollection> ASSERTION_RULES 
 
- 
 
-