blob: 1392293a72f9c6fe681f9a073cd96538bdc70281 [file] [log] [blame]
/*
* Copyright (c) 2005, 2011 IBM Corporation, 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:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 351774
*
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Packageable Element</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Packageable elements are able to serve as a template parameter.
* A packageable element indicates a named element that may be owned directly by a package.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getPackageableElement()
* @model abstract="true"
* @generated
*/
public interface PackageableElement
extends NamedElement, ParameterableElement {
// no methods
} // PackageableElement