Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/IObjectLink.java')
-rw-r--r--extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/IObjectLink.java401
1 files changed, 401 insertions, 0 deletions
diff --git a/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/IObjectLink.java b/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/IObjectLink.java
new file mode 100644
index 00000000000..62f818ea1dd
--- /dev/null
+++ b/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/IObjectLink.java
@@ -0,0 +1,401 @@
+/**
+ * Copyright (c) 2016 CEA LIST 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:
+ * CEA LIST - Initial API and implementation
+ *
+ */
+package org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>IObject Link</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * </p>
+ * <ul>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getStereotypes <em>Stereotypes</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getTags <em>Tags</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getToLink <em>To Link</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getFromLink <em>From Link</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getInstantiates <em>Instantiates</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getEnd1Multiplicity <em>End1 Multiplicity</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getEnd2Multiplicity <em>End2 Multiplicity</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getToPort <em>To Port</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getFromPort <em>From Port</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getDescription <em>Description</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getRequiremenTracabilityHandle <em>Requiremen Tracability Handle</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getCodeUpdateCGTime <em>Code Update CG Time</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getObjectCreation <em>Object Creation</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getUmlDependencyID <em>Uml Dependency ID</em>}</li>
+ * </ul>
+ *
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink()
+ * @model
+ * @generated
+ */
+public interface IObjectLink extends ObjectLinksType, ValueType, M_pModelObjectType, DependsOnType {
+ /**
+ * Returns the value of the '<em><b>Stereotypes</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Stereotypes</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Stereotypes</em>' reference.
+ * @see #setStereotypes(IUnit)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_Stereotypes()
+ * @model
+ * @generated
+ */
+ IUnit getStereotypes();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getStereotypes <em>Stereotypes</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Stereotypes</em>' reference.
+ * @see #getStereotypes()
+ * @generated
+ */
+ void setStereotypes(IUnit value);
+
+ /**
+ * Returns the value of the '<em><b>Tags</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Tags</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>Tags</em>' containment reference.
+ * @see #setTags(ITag)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_Tags()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ ITag getTags();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getTags <em>Tags</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Tags</em>' containment reference.
+ * @see #getTags()
+ * @generated
+ */
+ void setTags(ITag value);
+
+ /**
+ * Returns the value of the '<em><b>To Link</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>To Link</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>To Link</em>' reference.
+ * @see #setToLink(ToLinkType)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_ToLink()
+ * @model
+ * @generated
+ */
+ ToLinkType getToLink();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getToLink <em>To Link</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>To Link</em>' reference.
+ * @see #getToLink()
+ * @generated
+ */
+ void setToLink(ToLinkType value);
+
+ /**
+ * Returns the value of the '<em><b>From Link</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>From Link</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>From Link</em>' reference.
+ * @see #setFromLink(FromLinkType)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_FromLink()
+ * @model
+ * @generated
+ */
+ FromLinkType getFromLink();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getFromLink <em>From Link</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>From Link</em>' reference.
+ * @see #getFromLink()
+ * @generated
+ */
+ void setFromLink(FromLinkType value);
+
+ /**
+ * Returns the value of the '<em><b>Instantiates</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Instantiates</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>Instantiates</em>' containment reference.
+ * @see #setInstantiates(IMetaLinkHandle)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_Instantiates()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ IMetaLinkHandle getInstantiates();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getInstantiates <em>Instantiates</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Instantiates</em>' containment reference.
+ * @see #getInstantiates()
+ * @generated
+ */
+ void setInstantiates(IMetaLinkHandle value);
+
+ /**
+ * Returns the value of the '<em><b>End1 Multiplicity</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>End1 Multiplicity</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>End1 Multiplicity</em>' attribute.
+ * @see #setEnd1Multiplicity(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_End1Multiplicity()
+ * @model
+ * @generated
+ */
+ String getEnd1Multiplicity();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getEnd1Multiplicity <em>End1 Multiplicity</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>End1 Multiplicity</em>' attribute.
+ * @see #getEnd1Multiplicity()
+ * @generated
+ */
+ void setEnd1Multiplicity(String value);
+
+ /**
+ * Returns the value of the '<em><b>End2 Multiplicity</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>End2 Multiplicity</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>End2 Multiplicity</em>' attribute.
+ * @see #setEnd2Multiplicity(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_End2Multiplicity()
+ * @model
+ * @generated
+ */
+ String getEnd2Multiplicity();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getEnd2Multiplicity <em>End2 Multiplicity</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>End2 Multiplicity</em>' attribute.
+ * @see #getEnd2Multiplicity()
+ * @generated
+ */
+ void setEnd2Multiplicity(String value);
+
+ /**
+ * Returns the value of the '<em><b>To Port</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>To Port</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>To Port</em>' reference.
+ * @see #setToPort(IRelation)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_ToPort()
+ * @model
+ * @generated
+ */
+ IRelation getToPort();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getToPort <em>To Port</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>To Port</em>' reference.
+ * @see #getToPort()
+ * @generated
+ */
+ void setToPort(IRelation value);
+
+ /**
+ * Returns the value of the '<em><b>From Port</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>From Port</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>From Port</em>' reference.
+ * @see #setFromPort(IRelation)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_FromPort()
+ * @model
+ * @generated
+ */
+ IRelation getFromPort();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getFromPort <em>From Port</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>From Port</em>' reference.
+ * @see #getFromPort()
+ * @generated
+ */
+ void setFromPort(IRelation value);
+
+ /**
+ * Returns the value of the '<em><b>Description</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Description</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>Description</em>' containment reference.
+ * @see #setDescription(IDescription)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_Description()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ IDescription getDescription();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getDescription <em>Description</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Description</em>' containment reference.
+ * @see #getDescription()
+ * @generated
+ */
+ void setDescription(IDescription value);
+
+ /**
+ * Returns the value of the '<em><b>Requiremen Tracability Handle</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Requiremen Tracability Handle</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Requiremen Tracability Handle</em>' attribute.
+ * @see #setRequiremenTracabilityHandle(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_RequiremenTracabilityHandle()
+ * @model
+ * @generated
+ */
+ String getRequiremenTracabilityHandle();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getRequiremenTracabilityHandle <em>Requiremen Tracability Handle</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Requiremen Tracability Handle</em>' attribute.
+ * @see #getRequiremenTracabilityHandle()
+ * @generated
+ */
+ void setRequiremenTracabilityHandle(String value);
+
+ /**
+ * Returns the value of the '<em><b>Code Update CG Time</b></em>' attribute list.
+ * The list contents are of type {@link java.lang.String}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Code Update CG Time</em>' attribute list isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Code Update CG Time</em>' attribute list.
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_CodeUpdateCGTime()
+ * @model unique="false"
+ * @generated
+ */
+ EList<String> getCodeUpdateCGTime();
+
+ /**
+ * Returns the value of the '<em><b>Object Creation</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Object Creation</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Object Creation</em>' attribute.
+ * @see #setObjectCreation(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_ObjectCreation()
+ * @model
+ * @generated
+ */
+ String getObjectCreation();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getObjectCreation <em>Object Creation</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Object Creation</em>' attribute.
+ * @see #getObjectCreation()
+ * @generated
+ */
+ void setObjectCreation(String value);
+
+ /**
+ * Returns the value of the '<em><b>Uml Dependency ID</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Uml Dependency ID</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Uml Dependency ID</em>' attribute.
+ * @see #setUmlDependencyID(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getIObjectLink_UmlDependencyID()
+ * @model
+ * @generated
+ */
+ String getUmlDependencyID();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.IObjectLink#getUmlDependencyID <em>Uml Dependency ID</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Uml Dependency ID</em>' attribute.
+ * @see #getUmlDependencyID()
+ * @generated
+ */
+ void setUmlDependencyID(String value);
+
+} // IObjectLink

Back to the top