blob: 6107a2bdee9401a357f6ed2527a2290c21578a06 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 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.amalthea.model;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>INamespace Member</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.INamespaceMember#getNamespace <em>Namespace</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getINamespaceMember()
* @model interface="true" abstract="true"
* @generated
*/
public interface INamespaceMember extends EObject {
/**
* Returns the value of the '<em><b>Namespace</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Namespace</em>' reference.
* @see #setNamespace(Namespace)
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getINamespaceMember_Namespace()
* @model
* @generated
*/
Namespace getNamespace();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.model.INamespaceMember#getNamespace <em>Namespace</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Namespace</em>' reference.
* @see #getNamespace()
* @generated
*/
void setNamespace(Namespace value);
} // INamespaceMember