/** * Copyright (c) 2013 itemis AG 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 AG - initial API and implementation * */ package org.eclipse.rmf.tests.serialization.env.emf.myreqif; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'TYPE Type5'. * * *

* The following features are supported: *

*

* * @see org.eclipse.rmf.tests.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 'DATATYPEDEFINITIONXHTMLREF' attribute. * *

* If the meaning of the 'DATATYPEDEFINITIONXHTMLREF' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'DATATYPEDEFINITIONXHTMLREF' attribute. * @see #setDATATYPEDEFINITIONXHTMLREF(String) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getTYPEType5_DATATYPEDEFINITIONXHTMLREF() * @model dataType="org.eclipse.rmf.tests.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.rmf.tests.serialization.env.emf.myreqif.TYPEType5#getDATATYPEDEFINITIONXHTMLREF DATATYPEDEFINITIONXHTMLREF}' attribute. * * * @param value the new value of the 'DATATYPEDEFINITIONXHTMLREF' attribute. * @see #getDATATYPEDEFINITIONXHTMLREF() * @generated */ void setDATATYPEDEFINITIONXHTMLREF(String value); } // TYPEType5