/** * 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 'SOURCESPECIFICATION Type'. * * *

* The following features are supported: *

*

* * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getSOURCESPECIFICATIONType() * @model extendedMetaData="name='SOURCE-SPECIFICATION_._type' kind='elementOnly'" * @generated */ public interface SOURCESPECIFICATIONType extends EObject { /** * Returns the value of the 'SPECIFICATIONREF' attribute. * *

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

* * @return the value of the 'SPECIFICATIONREF' attribute. * @see #setSPECIFICATIONREF(String) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getSOURCESPECIFICATIONType_SPECIFICATIONREF() * @model dataType="org.eclipse.rmf.tests.serialization.env.emf.myreqif.GLOBALREF" * extendedMetaData="kind='element' name='SPECIFICATION-REF' namespace='##targetNamespace'" * @generated */ String getSPECIFICATIONREF(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.SOURCESPECIFICATIONType#getSPECIFICATIONREF SPECIFICATIONREF}' attribute. * * * @param value the new value of the 'SPECIFICATIONREF' attribute. * @see #getSPECIFICATIONREF() * @generated */ void setSPECIFICATIONREF(String value); } // SOURCESPECIFICATIONType