com.ibm.websphere.wim.model
Interface DeleteControl

All Superinterfaces:
Control

public interface DeleteControl
extends Control

A representation of the model object 'Delete Control'.

The following features are supported:

See Also:
ModelPackage.getDeleteControl()
Model:
Generated:

Method Summary
 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.
 

Method Detail

isDeleteDescendants

boolean isDeleteDescendants()
Returns the value of the 'Delete Descendants' attribute. The default value is "false".

See Also:
isSetDeleteDescendants(), unsetDeleteDescendants(), setDeleteDescendants(boolean), ModelPackage.getDeleteControl_DeleteDescendants()
Model:
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Delete Descendants' attribute.

setDeleteDescendants

void setDeleteDescendants(boolean value)
Sets the value of the 'Delete Descendants' attribute.

Parameters:
value - the new value of the 'Delete Descendants' attribute.
See Also:
isSetDeleteDescendants(), unsetDeleteDescendants(), isDeleteDescendants()
Generated:

unsetDeleteDescendants

void unsetDeleteDescendants()
Unsets the value of the 'Delete Descendants' attribute.

See Also:
isSetDeleteDescendants(), isDeleteDescendants(), setDeleteDescendants(boolean)
Generated:

isSetDeleteDescendants

boolean isSetDeleteDescendants()
Returns whether the value of the 'Delete Descendants' attribute is set.

See Also:
unsetDeleteDescendants(), isDeleteDescendants(), setDeleteDescendants(boolean)
Generated:
Return:
whether the value of the 'Delete Descendants' attribute is set.

isReturnDeleted

boolean isReturnDeleted()
Returns the value of the 'Return Deleted' attribute. The default value is "false".

See Also:
isSetReturnDeleted(), unsetReturnDeleted(), setReturnDeleted(boolean), ModelPackage.getDeleteControl_ReturnDeleted()
Model:
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Return Deleted' attribute.

setReturnDeleted

void setReturnDeleted(boolean value)
Sets the value of the 'Return Deleted' attribute.

Parameters:
value - the new value of the 'Return Deleted' attribute.
See Also:
isSetReturnDeleted(), unsetReturnDeleted(), isReturnDeleted()
Generated:

unsetReturnDeleted

void unsetReturnDeleted()
Unsets the value of the 'Return Deleted' attribute.

See Also:
isSetReturnDeleted(), isReturnDeleted(), setReturnDeleted(boolean)
Generated:

isSetReturnDeleted

boolean isSetReturnDeleted()
Returns whether the value of the 'Return Deleted' attribute is set.

See Also:
unsetReturnDeleted(), isReturnDeleted(), setReturnDeleted(boolean)
Generated:
Return:
whether the value of the 'Return Deleted' attribute is set.