org.eclipse.uml2.uml.profile.standard
Interface Destroy

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Destroy
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Destroy'. Specifies that the designated feature destroys an instance of the classifier to which the feature is attached.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getDestroy()

Method Summary
 BehavioralFeature getBase_BehavioralFeature()
          Returns the value of the 'Base Behavioral Feature' reference
 void setBase_BehavioralFeature(BehavioralFeature value)
          Sets the value of the 'Base Behavioral Feature' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_BehavioralFeature

BehavioralFeature getBase_BehavioralFeature()
Returns the value of the 'Base Behavioral Feature' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Behavioral Feature' reference.
See Also:
setBase_BehavioralFeature(BehavioralFeature), StandardPackage.getDestroy_Base_BehavioralFeature()

setBase_BehavioralFeature

void setBase_BehavioralFeature(BehavioralFeature value)
Sets the value of the 'Base Behavioral Feature' reference.

Parameters:
value - the new value of the 'Base Behavioral Feature' reference.
See Also:
getBase_BehavioralFeature()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.