blob: a796d25b171964402f529d669e999124159cea05 [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>TYPE Type5</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.TYPEType5#getDATATYPEDEFINITIONXHTMLREF <em>
* DATATYPEDEFINITIONXHTMLREF</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getTYPEType5()
* @model extendedMetaData="name='TYPE_._5_._type' kind='elementOnly'"
* @generated
*/
public interface TYPEType5 extends EObject {
/**
* Returns the value of the '<em><b>DATATYPEDEFINITIONXHTMLREF</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>DATATYPEDEFINITIONXHTMLREF</em>' attribute isn't clear, there really should be more of
* a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>DATATYPEDEFINITIONXHTMLREF</em>' attribute.
* @see #setDATATYPEDEFINITIONXHTMLREF(String)
* @see org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.MyreqifPackage#getTYPEType5_DATATYPEDEFINITIONXHTMLREF()
* @model dataType="org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.LOCALREF"
* extendedMetaData="kind='element' name='DATATYPE-DEFINITION-XHTML-REF' namespace='##targetNamespace'"
* @generated
*/
String getDATATYPEDEFINITIONXHTMLREF();
/**
* Sets the value of the '
* {@link org.eclipse.sphinx.tests.emf.serialization.env.emf.myreqif.TYPEType5#getDATATYPEDEFINITIONXHTMLREF
* <em>DATATYPEDEFINITIONXHTMLREF</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>DATATYPEDEFINITIONXHTMLREF</em>' attribute.
* @see #getDATATYPEDEFINITIONXHTMLREF()
* @generated
*/
void setDATATYPEDEFINITIONXHTMLREF(String value);
} // TYPEType5