Interface EnclosingStepProperties
- 
- All Superinterfaces:
 ChartStepProperties
- All Known Implementing Classes:
 AbstractEnclosingStepDelegate,EnclosingStepEditor,EnclosingStepUI.EnclosingStepFactory
public interface EnclosingStepProperties extends ChartStepProperties
 
- 
- 
Field Summary
Fields 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.ChartStepProperties
AssociatedData, Breakpoint, FactoryId, Name 
 - 
 
 - 
 
- 
- 
Field Detail
- 
FACTORY_ID
static final java.lang.String FACTORY_ID
- See Also:
 - Constant Field Values
 
 
- 
CHART_PATH
static final Property<java.lang.String> CHART_PATH
 
- 
EXECUTION_MODE
static final Property<ExecutionMode> EXECUTION_MODE
 
- 
PASSED_PARAMS
static final Property<ExpressionParamCollection> PASSED_PARAMS
 
- 
RETURN_PARAMS
static final Property<ReturnParamCollection> RETURN_PARAMS
 
 - 
 
 -