public static class StepModel.ControlModel extends java.lang.Object implements StepModel.IModelAction
StepModel
instance.Constructor and Description |
---|
ControlModel(boolean pControlDeleteErrors)
Create a new
StepModel.ControlModel . |
ControlModel(boolean pControlDeleteErrors,
boolean pRecurseSubModels)
Create a new
StepModel.ControlModel . |
Modifier and Type | Method and Description |
---|---|
boolean |
isControlDeleteErrors()
Returns
true if this action has to control delete errors, false otherwise. |
boolean |
isRecurseSubModels()
Returns
true if this action has to recurse through submodels, false otherwise. |
public ControlModel(boolean pControlDeleteErrors)
StepModel.ControlModel
.pControlDeleteErrors
- whether to control delete errorspublic ControlModel(boolean pControlDeleteErrors, boolean pRecurseSubModels)
StepModel.ControlModel
.pControlDeleteErrors
- whether to control delete errorspRecurseSubModels
- whether to recurse through submodels.public boolean isControlDeleteErrors()
true
if this action has to control delete errors, false
otherwise.public boolean isRecurseSubModels()
true
if this action has to recurse through submodels, false
otherwise.