Interface EnclosingStepProperties
- 
- All Superinterfaces:
- ChartStepProperties
 - All Known Implementing Classes:
- AbstractEnclosingStepDelegate,- EnclosingStepEditor,- EnclosingStepUI.EnclosingStepFactory
 
 public interface EnclosingStepProperties extends ChartStepProperties 
- 
- 
Field SummaryFields Modifier and Type Field Description static Property<java.lang.String>CHART_PATHstatic Property<ExecutionMode>EXECUTION_MODEstatic java.lang.StringFACTORY_IDstatic Property<ExpressionParamCollection>PASSED_PARAMSstatic Property<ReturnParamCollection>RETURN_PARAMS- 
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
 
 - 
CHART_PATHstatic final Property<java.lang.String> CHART_PATH 
 - 
EXECUTION_MODEstatic final Property<ExecutionMode> EXECUTION_MODE 
 - 
PASSED_PARAMSstatic final Property<ExpressionParamCollection> PASSED_PARAMS 
 - 
RETURN_PARAMSstatic final Property<ReturnParamCollection> RETURN_PARAMS 
 
- 
 
-