/** * 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 javax.xml.datatype.XMLGregorianCalendar; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'ATTRIBUTEDEFINITIONDATE'. * * *

* The following features are supported: *

*

* * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE() * @model extendedMetaData="name='ATTRIBUTE-DEFINITION-DATE' kind='elementOnly'" * @generated */ public interface ATTRIBUTEDEFINITIONDATE extends EObject { /** * Returns the value of the 'ALTERNATIVEID' containment reference. * *

* If the meaning of the 'ALTERNATIVEID' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'ALTERNATIVEID' containment reference. * @see #setALTERNATIVEID(ALTERNATIVEIDType18) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_ALTERNATIVEID() * @model containment="true" * extendedMetaData="kind='element' name='ALTERNATIVE-ID' namespace='##targetNamespace'" * @generated */ ALTERNATIVEIDType18 getALTERNATIVEID(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getALTERNATIVEID ALTERNATIVEID}' containment reference. * * * @param value the new value of the 'ALTERNATIVEID' containment reference. * @see #getALTERNATIVEID() * @generated */ void setALTERNATIVEID(ALTERNATIVEIDType18 value); /** * Returns the value of the 'DEFAULTVALUE' containment reference. * *

* If the meaning of the 'DEFAULTVALUE' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'DEFAULTVALUE' containment reference. * @see #setDEFAULTVALUE(DEFAULTVALUEType) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_DEFAULTVALUE() * @model containment="true" * extendedMetaData="kind='element' name='DEFAULT-VALUE' namespace='##targetNamespace'" * @generated */ DEFAULTVALUEType getDEFAULTVALUE(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getDEFAULTVALUE DEFAULTVALUE}' containment reference. * * * @param value the new value of the 'DEFAULTVALUE' containment reference. * @see #getDEFAULTVALUE() * @generated */ void setDEFAULTVALUE(DEFAULTVALUEType value); /** * Returns the value of the 'TYPE' containment reference. * *

* If the meaning of the 'TYPE' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'TYPE' containment reference. * @see #setTYPE(TYPEType8) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_TYPE() * @model containment="true" required="true" * extendedMetaData="kind='element' name='TYPE' namespace='##targetNamespace'" * @generated */ TYPEType8 getTYPE(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getTYPE TYPE}' containment reference. * * * @param value the new value of the 'TYPE' containment reference. * @see #getTYPE() * @generated */ void setTYPE(TYPEType8 value); /** * Returns the value of the 'DESC' attribute. * *

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

* * @return the value of the 'DESC' attribute. * @see #setDESC(String) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_DESC() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='DESC'" * @generated */ String getDESC(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getDESC DESC}' attribute. * * * @param value the new value of the 'DESC' attribute. * @see #getDESC() * @generated */ void setDESC(String value); /** * Returns the value of the 'IDENTIFIER' attribute. * *

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

* * @return the value of the 'IDENTIFIER' attribute. * @see #setIDENTIFIER(String) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_IDENTIFIER() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" * extendedMetaData="kind='attribute' name='IDENTIFIER'" * @generated */ String getIDENTIFIER(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getIDENTIFIER IDENTIFIER}' attribute. * * * @param value the new value of the 'IDENTIFIER' attribute. * @see #getIDENTIFIER() * @generated */ void setIDENTIFIER(String value); /** * Returns the value of the 'ISEDITABLE' attribute. * *

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

* * @return the value of the 'ISEDITABLE' attribute. * @see #isSetISEDITABLE() * @see #unsetISEDITABLE() * @see #setISEDITABLE(boolean) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_ISEDITABLE() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" * extendedMetaData="kind='attribute' name='IS-EDITABLE'" * @generated */ boolean isISEDITABLE(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#isISEDITABLE ISEDITABLE}' attribute. * * * @param value the new value of the 'ISEDITABLE' attribute. * @see #isSetISEDITABLE() * @see #unsetISEDITABLE() * @see #isISEDITABLE() * @generated */ void setISEDITABLE(boolean value); /** * Unsets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#isISEDITABLE ISEDITABLE}' attribute. * * * @see #isSetISEDITABLE() * @see #isISEDITABLE() * @see #setISEDITABLE(boolean) * @generated */ void unsetISEDITABLE(); /** * Returns whether the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#isISEDITABLE ISEDITABLE}' attribute is set. * * * @return whether the value of the 'ISEDITABLE' attribute is set. * @see #unsetISEDITABLE() * @see #isISEDITABLE() * @see #setISEDITABLE(boolean) * @generated */ boolean isSetISEDITABLE(); /** * Returns the value of the 'LASTCHANGE' attribute. * *

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

* * @return the value of the 'LASTCHANGE' attribute. * @see #setLASTCHANGE(XMLGregorianCalendar) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_LASTCHANGE() * @model dataType="org.eclipse.emf.ecore.xml.type.DateTime" required="true" * extendedMetaData="kind='attribute' name='LAST-CHANGE'" * @generated */ XMLGregorianCalendar getLASTCHANGE(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getLASTCHANGE LASTCHANGE}' attribute. * * * @param value the new value of the 'LASTCHANGE' attribute. * @see #getLASTCHANGE() * @generated */ void setLASTCHANGE(XMLGregorianCalendar value); /** * Returns the value of the 'LONGNAME' attribute. * *

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

* * @return the value of the 'LONGNAME' attribute. * @see #setLONGNAME(String) * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONDATE_LONGNAME() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='LONG-NAME'" * @generated */ String getLONGNAME(); /** * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONDATE#getLONGNAME LONGNAME}' attribute. * * * @param value the new value of the 'LONGNAME' attribute. * @see #getLONGNAME() * @generated */ void setLONGNAME(String value); } // ATTRIBUTEDEFINITIONDATE