Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brörkens2013-06-12 11:32:21 +0000
committerMark Brörkens2013-06-12 11:32:21 +0000
commit7fb1a2bd99369d8f5ea75dbfa72231730ab35f21 (patch)
tree9ed8d950ee2202f6c38f90be56bb3205474b664f /org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java
parent666410665c6b0005354906e6d2ef8b4aa85b7399 (diff)
downloadorg.eclipse.rmf-7fb1a2bd99369d8f5ea75dbfa72231730ab35f21.tar.gz
org.eclipse.rmf-7fb1a2bd99369d8f5ea75dbfa72231730ab35f21.tar.xz
org.eclipse.rmf-7fb1a2bd99369d8f5ea75dbfa72231730ab35f21.zip
ASSIGNED - bug 376942: Third-Party Tool Extensions not handled correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376942 updated paths
Diffstat (limited to 'org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java')
-rw-r--r--org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java276
1 files changed, 276 insertions, 0 deletions
diff --git a/org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java b/org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java
new file mode 100644
index 00000000..8d3d2ed3
--- /dev/null
+++ b/org.eclipse.rmf.tests.serialization/src-gen/org/eclipse/rmf/tests/serialization/env/emf/myreqif/ATTRIBUTEDEFINITIONREAL.java
@@ -0,0 +1,276 @@
+/**
+ */
+package org.eclipse.rmf.tests.serialization.env.emf.myreqif;
+
+import javax.xml.datatype.XMLGregorianCalendar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>ATTRIBUTEDEFINITIONREAL</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getALTERNATIVEID <em>ALTERNATIVEID</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getDEFAULTVALUE <em>DEFAULTVALUE</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getTYPE <em>TYPE</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getDESC <em>DESC</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getIDENTIFIER <em>IDENTIFIER</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#isISEDITABLE <em>ISEDITABLE</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getLASTCHANGE <em>LASTCHANGE</em>}</li>
+ * <li>{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getLONGNAME <em>LONGNAME</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL()
+ * @model extendedMetaData="name='ATTRIBUTE-DEFINITION-REAL' kind='elementOnly'"
+ * @generated
+ */
+public interface ATTRIBUTEDEFINITIONREAL extends EObject {
+ /**
+ * Returns the value of the '<em><b>ALTERNATIVEID</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>ALTERNATIVEID</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>ALTERNATIVEID</em>' containment reference.
+ * @see #setALTERNATIVEID(ALTERNATIVEIDType22)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_ALTERNATIVEID()
+ * @model containment="true"
+ * extendedMetaData="kind='element' name='ALTERNATIVE-ID' namespace='##targetNamespace'"
+ * @generated
+ */
+ ALTERNATIVEIDType22 getALTERNATIVEID();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getALTERNATIVEID <em>ALTERNATIVEID</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>ALTERNATIVEID</em>' containment reference.
+ * @see #getALTERNATIVEID()
+ * @generated
+ */
+ void setALTERNATIVEID(ALTERNATIVEIDType22 value);
+
+ /**
+ * Returns the value of the '<em><b>DEFAULTVALUE</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>DEFAULTVALUE</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>DEFAULTVALUE</em>' containment reference.
+ * @see #setDEFAULTVALUE(DEFAULTVALUEType3)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_DEFAULTVALUE()
+ * @model containment="true"
+ * extendedMetaData="kind='element' name='DEFAULT-VALUE' namespace='##targetNamespace'"
+ * @generated
+ */
+ DEFAULTVALUEType3 getDEFAULTVALUE();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getDEFAULTVALUE <em>DEFAULTVALUE</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>DEFAULTVALUE</em>' containment reference.
+ * @see #getDEFAULTVALUE()
+ * @generated
+ */
+ void setDEFAULTVALUE(DEFAULTVALUEType3 value);
+
+ /**
+ * Returns the value of the '<em><b>TYPE</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>TYPE</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>TYPE</em>' containment reference.
+ * @see #setTYPE(TYPEType4)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_TYPE()
+ * @model containment="true" required="true"
+ * extendedMetaData="kind='element' name='TYPE' namespace='##targetNamespace'"
+ * @generated
+ */
+ TYPEType4 getTYPE();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.rmf.tests.serialization.env.emf.myreqif.ATTRIBUTEDEFINITIONREAL#getTYPE <em>TYPE</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>TYPE</em>' containment reference.
+ * @see #getTYPE()
+ * @generated
+ */
+ void setTYPE(TYPEType4 value);
+
+ /**
+ * Returns the value of the '<em><b>DESC</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>DESC</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>DESC</em>' attribute.
+ * @see #setDESC(String)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_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.ATTRIBUTEDEFINITIONREAL#getDESC <em>DESC</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>DESC</em>' attribute.
+ * @see #getDESC()
+ * @generated
+ */
+ void setDESC(String value);
+
+ /**
+ * Returns the value of the '<em><b>IDENTIFIER</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>IDENTIFIER</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>IDENTIFIER</em>' attribute.
+ * @see #setIDENTIFIER(String)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_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.ATTRIBUTEDEFINITIONREAL#getIDENTIFIER <em>IDENTIFIER</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>IDENTIFIER</em>' attribute.
+ * @see #getIDENTIFIER()
+ * @generated
+ */
+ void setIDENTIFIER(String value);
+
+ /**
+ * Returns the value of the '<em><b>ISEDITABLE</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>ISEDITABLE</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>ISEDITABLE</em>' attribute.
+ * @see #isSetISEDITABLE()
+ * @see #unsetISEDITABLE()
+ * @see #setISEDITABLE(boolean)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_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.ATTRIBUTEDEFINITIONREAL#isISEDITABLE <em>ISEDITABLE</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>ISEDITABLE</em>' 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.ATTRIBUTEDEFINITIONREAL#isISEDITABLE <em>ISEDITABLE</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @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.ATTRIBUTEDEFINITIONREAL#isISEDITABLE <em>ISEDITABLE</em>}' attribute is set.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return whether the value of the '<em>ISEDITABLE</em>' attribute is set.
+ * @see #unsetISEDITABLE()
+ * @see #isISEDITABLE()
+ * @see #setISEDITABLE(boolean)
+ * @generated
+ */
+ boolean isSetISEDITABLE();
+
+ /**
+ * Returns the value of the '<em><b>LASTCHANGE</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>LASTCHANGE</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>LASTCHANGE</em>' attribute.
+ * @see #setLASTCHANGE(XMLGregorianCalendar)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_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.ATTRIBUTEDEFINITIONREAL#getLASTCHANGE <em>LASTCHANGE</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>LASTCHANGE</em>' attribute.
+ * @see #getLASTCHANGE()
+ * @generated
+ */
+ void setLASTCHANGE(XMLGregorianCalendar value);
+
+ /**
+ * Returns the value of the '<em><b>LONGNAME</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>LONGNAME</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>LONGNAME</em>' attribute.
+ * @see #setLONGNAME(String)
+ * @see org.eclipse.rmf.tests.serialization.env.emf.myreqif.MyreqifPackage#getATTRIBUTEDEFINITIONREAL_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.ATTRIBUTEDEFINITIONREAL#getLONGNAME <em>LONGNAME</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>LONGNAME</em>' attribute.
+ * @see #getLONGNAME()
+ * @generated
+ */
+ void setLONGNAME(String value);
+
+} // ATTRIBUTEDEFINITIONREAL

Back to the top