blob: 9fd8b447e2970f383726f7f3cb686f75c1854cc2 [file] [log] [blame]
/**
* Copyright (c) 2013 CEA LIST
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Extern Library</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Mark a package as External Library. If this package is used, the associated CDT project will be configured accordingly. Prefix can indicate a common prefix on contained type, typically namespace qualifier
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getIncludePaths <em>Include Paths</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getBase_package <em>Base package</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getLibPaths <em>Lib Paths</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getMacros <em>Macros</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getLibs <em>Libs</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getIncludes <em>Includes</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getPrefix <em>Prefix</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary()
* @model
* @generated
*/
public interface ExternLibrary extends EObject {
/**
* Returns the value of the '<em><b>Include Paths</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Include Paths</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Include Paths</em>' attribute list.
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_IncludePaths()
* @model unique="false" dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
EList<String> getIncludePaths();
/**
* Returns the value of the '<em><b>Base package</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base package</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 package</em>' reference.
* @see #setBase_package(org.eclipse.uml2.uml.Package)
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_Base_package()
* @model required="true" ordered="false"
* @generated
*/
org.eclipse.uml2.uml.Package getBase_package();
/**
* Sets the value of the '{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getBase_package <em>Base package</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base package</em>' reference.
* @see #getBase_package()
* @generated
*/
void setBase_package(org.eclipse.uml2.uml.Package value);
/**
* Returns the value of the '<em><b>Lib Paths</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lib Paths</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lib Paths</em>' attribute list.
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_LibPaths()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
EList<String> getLibPaths();
/**
* Returns the value of the '<em><b>Macros</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Macros</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Macros</em>' attribute list.
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_Macros()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
EList<String> getMacros();
/**
* Returns the value of the '<em><b>Libs</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Libs</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Libs</em>' attribute list.
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_Libs()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
EList<String> getLibs();
/**
* Returns the value of the '<em><b>Includes</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Includes</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Includes</em>' attribute list.
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_Includes()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
EList<String> getIncludes();
/**
* Returns the value of the '<em><b>Prefix</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prefix</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Prefix</em>' attribute.
* @see #setPrefix(String)
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getExternLibrary_Prefix()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getPrefix();
/**
* Sets the value of the '{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.ExternLibrary#getPrefix <em>Prefix</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Prefix</em>' attribute.
* @see #getPrefix()
* @generated
*/
void setPrefix(String value);
} // ExternLibrary