blob: 907288de3d9cfa015c080f8bbb3d3843ac96d866 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
*/
package org.eclipse.papyrus.operation.editor.xtext.operation;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Type Part</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.operation.editor.xtext.operation.TypePart#getTypeName <em>Type Name</em>}</li>
* <li>{@link org.eclipse.papyrus.operation.editor.xtext.operation.TypePart#getMultiplicity <em>Multiplicity</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.papyrus.operation.editor.xtext.operation.OperationPackage#getTypePart()
* @model
* @generated
*/
public interface TypePart extends EObject
{
/**
* Returns the value of the '<em><b>Type Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type Name</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 Name</em>' containment reference.
* @see #setTypeName(TypeName)
* @see org.eclipse.papyrus.operation.editor.xtext.operation.OperationPackage#getTypePart_TypeName()
* @model containment="true"
* @generated
*/
TypeName getTypeName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.operation.editor.xtext.operation.TypePart#getTypeName <em>Type Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Type Name</em>' containment reference.
* @see #getTypeName()
* @generated
*/
void setTypeName(TypeName value);
/**
* Returns the value of the '<em><b>Multiplicity</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Multiplicity</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>Multiplicity</em>' containment reference.
* @see #setMultiplicity(Multiplicity)
* @see org.eclipse.papyrus.operation.editor.xtext.operation.OperationPackage#getTypePart_Multiplicity()
* @model containment="true"
* @generated
*/
Multiplicity getMultiplicity();
/**
* Sets the value of the '{@link org.eclipse.papyrus.operation.editor.xtext.operation.TypePart#getMultiplicity <em>Multiplicity</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Multiplicity</em>' containment reference.
* @see #getMultiplicity()
* @generated
*/
void setMultiplicity(Multiplicity value);
} // TypePart