blob: d0dd57d2a7c8c5445b0a4e469d7de8235330a805 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.PackageImport;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Import</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getBase_PackageImport <em>Base Package Import</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getImportType <em>Import Type</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getLocation <em>Location</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getNamespace <em>Namespace</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getDefinitions <em>Definitions</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport()
* @model
* @generated
*/
public interface Import extends EObject {
/**
* Returns the value of the '<em><b>Base Package Import</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Package Import</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Package Import</em>' reference.
* @see #setBase_PackageImport(PackageImport)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport_Base_PackageImport()
* @model required="true" ordered="false"
* @generated
*/
PackageImport getBase_PackageImport();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getBase_PackageImport <em>Base Package Import</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Package Import</em>' reference.
* @see #getBase_PackageImport()
* @generated
*/
void setBase_PackageImport(PackageImport value);
/**
* Returns the value of the '<em><b>Import Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Import 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>Import Type</em>' attribute.
* @see #setImportType(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport_ImportType()
* @model dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getImportType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getImportType <em>Import Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Import Type</em>' attribute.
* @see #getImportType()
* @generated
*/
void setImportType(String value);
/**
* Returns the value of the '<em><b>Location</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Location</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Location</em>' attribute.
* @see #setLocation(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport_Location()
* @model dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getLocation();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getLocation <em>Location</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Location</em>' attribute.
* @see #getLocation()
* @generated
*/
void setLocation(String value);
/**
* Returns the value of the '<em><b>Namespace</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Namespace</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Namespace</em>' attribute.
* @see #setNamespace(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport_Namespace()
* @model dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getNamespace();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getNamespace <em>Namespace</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Namespace</em>' attribute.
* @see #getNamespace()
* @generated
*/
void setNamespace(String value);
/**
* Returns the value of the '<em><b>Definitions</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Definitions</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Definitions</em>' reference.
* @see #setDefinitions(Definitions)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getImport_Definitions()
* @model required="true" ordered="false"
* @generated
*/
Definitions getDefinitions();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Import#getDefinitions <em>Definitions</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Definitions</em>' reference.
* @see #getDefinitions()
* @generated
*/
void setDefinitions(Definitions value);
} // Import