blob: ca3804b720af8b672013605468c9e8b0d6ee908d [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2017 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.sca2amalthea.ir.scair;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Identifiable Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.sca2amalthea.ir.scair.IdentifiableElement#getFile <em>File</em>}</li>
* <li>{@link org.eclipse.app4mc.sca2amalthea.ir.scair.IdentifiableElement#getPackage <em>Package</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.sca2amalthea.ir.scair.scairPackage#getIdentifiableElement()
* @model
* @generated
*/
public interface IdentifiableElement extends IIdentifiable {
/**
* Returns the value of the '<em><b>File</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>File</em>' attribute.
* @see #setFile(String)
* @see org.eclipse.app4mc.sca2amalthea.ir.scair.scairPackage#getIdentifiableElement_File()
* @model
* @generated
*/
String getFile();
/**
* Sets the value of the '{@link org.eclipse.app4mc.sca2amalthea.ir.scair.IdentifiableElement#getFile <em>File</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>File</em>' attribute.
* @see #getFile()
* @generated
*/
void setFile(String value);
/**
* Returns the value of the '<em><b>Package</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Package</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Package</em>' attribute.
* @see #setPackage(String)
* @see org.eclipse.app4mc.sca2amalthea.ir.scair.scairPackage#getIdentifiableElement_Package()
* @model
* @generated
*/
String getPackage();
/**
* Sets the value of the '{@link org.eclipse.app4mc.sca2amalthea.ir.scair.IdentifiableElement#getPackage <em>Package</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Package</em>' attribute.
* @see #getPackage()
* @generated
*/
void setPackage(String value);
} // IdentifiableElement