org.eclipse.bpmn2.Import Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* Copyright (c) 2010 SAP AG.
* 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:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.bpmn2;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Import'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.Import#getImportType Import Type}
* - {@link org.eclipse.bpmn2.Import#getLocation Location}
* - {@link org.eclipse.bpmn2.Import#getNamespace Namespace}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getImport()
* @model extendedMetaData="name='tImport' kind='empty'"
* @generated
*/
public interface Import extends EObject {
/**
* Returns the value of the 'Import Type' attribute.
*
*
* @return the value of the 'Import Type' attribute.
* @see #setImportType(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getImport_ImportType()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='importType'"
* @generated
*/
String getImportType();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Import#getImportType Import Type}' attribute.
*
*
* @param value the new value of the 'Import Type' attribute.
* @see #getImportType()
* @generated
*/
void setImportType(String value);
/**
* Returns the value of the 'Location' attribute.
*
*
* @return the value of the 'Location' attribute.
* @see #setLocation(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getImport_Location()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='location'"
* @generated
*/
String getLocation();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Import#getLocation Location}' attribute.
*
*
* @param value the new value of the 'Location' attribute.
* @see #getLocation()
* @generated
*/
void setLocation(String value);
/**
* Returns the value of the 'Namespace' attribute.
*
*
* @return the value of the 'Namespace' attribute.
* @see #setNamespace(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getImport_Namespace()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='namespace'"
* @generated
*/
String getNamespace();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Import#getNamespace Namespace}' attribute.
*
*
* @param value the new value of the 'Namespace' attribute.
* @see #getNamespace()
* @generated
*/
void setNamespace(String value);
} // Import
© 2015 - 2025 Weber Informatics LLC | Privacy Policy