EClass DeletableObjectA (abstract)ο
Defines a deletable object. Handles if an object is deletable and how.
- ePackage:
- inherited by:
EAttributesο
- isDeletable (EBoolean)
Defines whether the object is deletable by the user.
EReferencesο
- onDeletion (CompoundCmd) (lowerBound=0, upperBound=1) (containment)
If not set, default deletion is conducted. This removes the selected object from itβs parent composition. Different handling for single-value and multi-value features are automatically managed. Most users stick to the default handling.
For special cases, individual deletion commands can be defined.