blob: d60e650af17de9889b988939a244d51d43e3474a [file] [log] [blame]
/*
* Copyright (c) 2011, 2012 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
* Kenn Hussey (CEA) - 351777
*
*/
package org.eclipse.uml2.uml.profile.l2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Library</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A static or dynamic library file. Subclass of ÇFileÈ.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.profile.l2.L2Package#getLibrary()
* @model
* @generated
*/
public interface Library
extends File {
} // Library