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 Summary
Fields 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.ChartStepProperties
AssociatedData, Breakpoint, FactoryId, Name 
 - 
 
 - 
 
- 
- 
Field Detail
- 
FACTORY_ID
static final java.lang.String FACTORY_ID
- See Also:
 - Constant Field Values
 
 
- 
FAILURE_BEHAVIOR
static final Property<FailureBehavior> FAILURE_BEHAVIOR
 
- 
FAILURE_FLAG
static final Property<java.lang.String> FAILURE_FLAG
 
- 
ASSERTION_RULES
static final Property<AssertionRuleCollection> ASSERTION_RULES
 
 - 
 
 -