blob: 9b3bb1d88bab71fc7e626eb0c66f5e40262a8640 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.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>ATTRIBUTEVALUEENUMERATION</b></em>'. <!--
* end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ATTRIBUTEVALUEENUMERATION#getDEFINITION <em>DEFINITION
* </em>}</li>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ATTRIBUTEVALUEENUMERATION#getVALUES <em>VALUES</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEVALUEENUMERATION()
* @model extendedMetaData="name='ATTRIBUTE-VALUE-ENUMERATION' kind='elementOnly'"
* @generated
*/
public interface ATTRIBUTEVALUEENUMERATION extends EObject {
/**
* Returns the value of the '<em><b>DEFINITION</b></em>' containment reference. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>DEFINITION</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>DEFINITION</em>' containment reference.
* @see #setDEFINITION(DEFINITIONType)
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEVALUEENUMERATION_DEFINITION()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='DEFINITION' namespace='##targetNamespace'"
* @generated
*/
DEFINITIONType getDEFINITION();
/**
* Sets the value of the '
* {@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ATTRIBUTEVALUEENUMERATION#getDEFINITION
* <em>DEFINITION</em>}' containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>DEFINITION</em>' containment reference.
* @see #getDEFINITION()
* @generated
*/
void setDEFINITION(DEFINITIONType value);
/**
* Returns the value of the '<em><b>VALUES</b></em>' containment reference. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>VALUES</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>VALUES</em>' containment reference.
* @see #setVALUES(VALUESType3)
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEVALUEENUMERATION_VALUES()
* @model containment="true" extendedMetaData="kind='element' name='VALUES' namespace='##targetNamespace'"
* @generated
*/
VALUESType3 getVALUES();
/**
* Sets the value of the '
* {@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.ATTRIBUTEVALUEENUMERATION#getVALUES <em>VALUES</em>}'
* containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>VALUES</em>' containment reference.
* @see #getVALUES()
* @generated
*/
void setVALUES(VALUESType3 value);
} // ATTRIBUTEVALUEENUMERATION