blob: 66dd1e283d15bd8500f23617dc5788d884207e14 [file] [log] [blame]
/**
* 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.interoperability.rpy.rpymetamodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>ILink Instance</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getToLink <em>To Link</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getFromLink <em>From Link</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getInstantiates <em>Instantiates</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance()
* @model
* @generated
*/
public interface ILinkInstance extends ComponentsType, M_pModelObjectType {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String 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(IClassInstance)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance_ToLink()
* @model
* @generated
*/
IClassInstance getToLink();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#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(IClassInstance 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(IClassInstance)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance_FromLink()
* @model
* @generated
*/
IClassInstance getFromLink();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#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(IClassInstance 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.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILinkInstance_Instantiates()
* @model containment="true" resolveProxies="true"
* @generated
*/
IMetaLinkHandle getInstantiates();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILinkInstance#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);
} // ILinkInstance