blob: d72464fa1dbdc3072607b23db1af4b2e83778758 [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</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getInverse <em>Inverse</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getLinkName <em>Link Name</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getLinkType <em>Link Type</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getMyState <em>My State</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILink()
* @model
* @generated
*/
public interface ILink extends IUnit, LinksType, M_pModelObjectType {
/**
* Returns the value of the '<em><b>Inverse</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inverse</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Inverse</em>' reference.
* @see #setInverse(IUnit)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILink_Inverse()
* @model
* @generated
*/
IUnit getInverse();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getInverse <em>Inverse</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Inverse</em>' reference.
* @see #getInverse()
* @generated
*/
void setInverse(IUnit value);
/**
* Returns the value of the '<em><b>Link Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Link 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>Link Name</em>' attribute.
* @see #setLinkName(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILink_LinkName()
* @model
* @generated
*/
String getLinkName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getLinkName <em>Link Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Link Name</em>' attribute.
* @see #getLinkName()
* @generated
*/
void setLinkName(String value);
/**
* Returns the value of the '<em><b>Link Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Link Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Link Type</em>' attribute.
* @see #setLinkType(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILink_LinkType()
* @model
* @generated
*/
String getLinkType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getLinkType <em>Link Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Link Type</em>' attribute.
* @see #getLinkType()
* @generated
*/
void setLinkType(String value);
/**
* Returns the value of the '<em><b>My State</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>My State</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>My State</em>' attribute.
* @see #setMyState(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILink_MyState()
* @model
* @generated
*/
String getMyState();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILink#getMyState <em>My State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>My State</em>' attribute.
* @see #getMyState()
* @generated
*/
void setMyState(String value);
} // ILink