blob: b83497944f9577b7d70bcf8a8551cf7bb93682ff [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uisemantics;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ux EPackage Import</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxEPackageImport#getAlias <em>Alias</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxEPackageImport#getEPackage <em>EPackage</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxEPackageImport()
* @model
* @generated
*/
public interface UxEPackageImport extends EObject {
/**
* Returns the value of the '<em><b>Alias</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Alias</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Alias</em>' attribute.
* @see #setAlias(String)
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxEPackageImport_Alias()
* @model required="true"
* @generated
*/
String getAlias();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxEPackageImport#getAlias <em>Alias</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Alias</em>' attribute.
* @see #getAlias()
* @generated
*/
void setAlias(String value);
/**
* Returns the value of the '<em><b>EPackage</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EPackage</em>' reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>EPackage</em>' reference.
* @see #setEPackage(EPackage)
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxEPackageImport_EPackage()
* @model required="true"
* @generated
*/
EPackage getEPackage();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxEPackageImport#getEPackage <em>EPackage</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EPackage</em>' reference.
* @see #getEPackage()
* @generated
*/
void setEPackage(EPackage value);
} // UxEPackageImport