blob: 6a732558abc1e90e30eade9da1e9b80c800274b8 [file] [log] [blame]
/*
* Copyright (c) 2011 CEA and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA - initial API and implementation
*
*/
package org.eclipse.uml2.uml.profile.l2;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.BehavioralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Destroy</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Specifies that the designated feature destroys an instance of the classifier to which the feature is attached.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.uml2.uml.profile.l2.Destroy#getBase_BehavioralFeature <em>Base Behavioral Feature</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.uml2.uml.profile.l2.L2Package#getDestroy()
* @model
* @generated
*/
public interface Destroy
extends EObject {
/**
* Returns the value of the '<em><b>Base Behavioral Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Behavioral Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Behavioral Feature</em>' reference.
* @see #setBase_BehavioralFeature(BehavioralFeature)
* @see org.eclipse.uml2.uml.profile.l2.L2Package#getDestroy_Base_BehavioralFeature()
* @model required="true" ordered="false"
* @generated
*/
BehavioralFeature getBase_BehavioralFeature();
/**
* Sets the value of the '{@link org.eclipse.uml2.uml.profile.l2.Destroy#getBase_BehavioralFeature <em>Base Behavioral Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Behavioral Feature</em>' reference.
* @see #getBase_BehavioralFeature()
* @generated
*/
void setBase_BehavioralFeature(BehavioralFeature value);
} // Destroy