com.ibm.xtools.bpmn2
Interface Import

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Import
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Import'.

The following features are supported:

See Also:
Bpmn2Package.getImport()

Method Summary
 java.lang.String getImportType()
          Returns the value of the 'Import Type' attribute.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute.
 java.lang.String getNamespace()
          Returns the value of the 'Namespace' attribute.
 void setImportType(java.lang.String value)
          Sets the value of the 'Import Type' attribute.
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute.
 void setNamespace(java.lang.String value)
          Sets the value of the 'Namespace' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImportType

java.lang.String getImportType()
Returns the value of the 'Import Type' attribute.

If the meaning of the 'Import Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Import Type' attribute.
See Also:
setImportType(String), Bpmn2Package.getImport_ImportType()

setImportType

void setImportType(java.lang.String value)
Sets the value of the 'Import Type' attribute.

Parameters:
value - the new value of the 'Import Type' attribute.
See Also:
getImportType()

getLocation

java.lang.String getLocation()
Returns the value of the 'Location' attribute.

If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String), Bpmn2Package.getImport_Location()

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()

getNamespace

java.lang.String getNamespace()
Returns the value of the 'Namespace' attribute.

If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(String), Bpmn2Package.getImport_Namespace()

setNamespace

void setNamespace(java.lang.String value)
Sets the value of the 'Namespace' attribute.

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()