public interface DeleteControl extends Control
The following features are supported:
ModelPackage.getDeleteControl()
Modifier and Type | Method and Description |
---|---|
boolean |
isDeleteDescendants()
Returns the value of the 'Delete Descendants' attribute.
|
boolean |
isReturnDeleted()
Returns the value of the 'Return Deleted' attribute.
|
boolean |
isSetDeleteDescendants()
Returns whether the value of the '
Delete Descendants ' attribute is set. |
boolean |
isSetReturnDeleted()
Returns whether the value of the '
Return Deleted ' attribute is set. |
void |
setDeleteDescendants(boolean value)
Sets the value of the '
Delete Descendants ' attribute. |
void |
setReturnDeleted(boolean value)
Sets the value of the '
Return Deleted ' attribute. |
void |
unsetDeleteDescendants()
Unsets the value of the '
Delete Descendants ' attribute. |
void |
unsetReturnDeleted()
Unsets the value of the '
Return Deleted ' attribute. |
boolean isDeleteDescendants()
"false"
.
isSetDeleteDescendants()
,
unsetDeleteDescendants()
,
setDeleteDescendants(boolean)
,
ModelPackage.getDeleteControl_DeleteDescendants()
void setDeleteDescendants(boolean value)
Delete Descendants
' attribute.
value
- the new value of the 'Delete Descendants' attribute.isSetDeleteDescendants()
,
unsetDeleteDescendants()
,
isDeleteDescendants()
void unsetDeleteDescendants()
Delete Descendants
' attribute.
isSetDeleteDescendants()
,
isDeleteDescendants()
,
setDeleteDescendants(boolean)
boolean isSetDeleteDescendants()
Delete Descendants
' attribute is set.
unsetDeleteDescendants()
,
isDeleteDescendants()
,
setDeleteDescendants(boolean)
boolean isReturnDeleted()
"false"
.
isSetReturnDeleted()
,
unsetReturnDeleted()
,
setReturnDeleted(boolean)
,
ModelPackage.getDeleteControl_ReturnDeleted()
void setReturnDeleted(boolean value)
Return Deleted
' attribute.
value
- the new value of the 'Return Deleted' attribute.isSetReturnDeleted()
,
unsetReturnDeleted()
,
isReturnDeleted()
void unsetReturnDeleted()
Return Deleted
' attribute.
isSetReturnDeleted()
,
isReturnDeleted()
,
setReturnDeleted(boolean)
boolean isSetReturnDeleted()
Return Deleted
' attribute is set.
unsetReturnDeleted()
,
isReturnDeleted()
,
setReturnDeleted(boolean)