blob: 3826ec54a1dab85897102f3e7081e02ab8b4d7ec [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>ALTERNATIVEID Type19</b></em>'. <!--
* end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ALTERNATIVEIDType19#getALTERNATIVEID <em>ALTERNATIVEID
* </em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getALTERNATIVEIDType19()
* @model extendedMetaData="name='ALTERNATIVE-ID_._19_._type' kind='elementOnly'"
* @generated
*/
public interface ALTERNATIVEIDType19 extends EObject {
/**
* Returns the value of the '<em><b>ALTERNATIVEID</b></em>' containment reference. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>ALTERNATIVEID</em>' containment reference isn't clear, there really should be more of
* a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>ALTERNATIVEID</em>' containment reference.
* @see #setALTERNATIVEID(ALTERNATIVEID)
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getALTERNATIVEIDType19_ALTERNATIVEID()
* @model containment="true" extendedMetaData="kind='element' name='ALTERNATIVE-ID' namespace='##targetNamespace'"
* @generated
*/
ALTERNATIVEID getALTERNATIVEID();
/**
* Sets the value of the '
* {@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ALTERNATIVEIDType19#getALTERNATIVEID
* <em>ALTERNATIVEID</em>}' containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>ALTERNATIVEID</em>' containment reference.
* @see #getALTERNATIVEID()
* @generated
*/
void setALTERNATIVEID(ALTERNATIVEID value);
} // ALTERNATIVEIDType19