Uses of Interface
com.ibm.xtools.bpmn2.Import

Packages that use Import
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Import in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Import
 Import Bpmn2Factory.createImport()
          Returns a new object of class 'Import'.
 Import DocumentRoot.getImport()
          Returns the value of the 'Import' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Import
 org.eclipse.emf.common.util.EList<Import> Definitions.getImports()
          Returns the value of the 'Imports' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Import
 void DocumentRoot.setImport(Import value)
          Sets the value of the 'Import' containment reference.
 

Uses of Import in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util that return Import
static Import QNameUtil.checkIfImportWithDifferentLocationExists(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.common.util.URI location, javax.xml.namespace.QName reference, java.lang.String importType)
           
static Import QNameUtil.getMatchingImport(org.eclipse.emf.ecore.EObject referencer, BaseElement referenced, javax.xml.namespace.QName referenceQName)
           
static Import QNameUtil.getMatchingImport(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.common.util.URI location)
          Gets the first Import in the owner's Definitions that matches the location URI, which represents the location of a referenced BPMN element.
static Import QNameUtil.getMatchingImport(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.common.util.URI location, javax.xml.namespace.QName reference, java.lang.String importType)
          Gets the first Import in the owner's Definitions that matches the location URI.
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Import
 T Bpmn2Switch.caseImport(Import object)
          Returns the result of interpreting the object as an instance of 'Import'.
static boolean QNameUtil.matches(Import bpmnImport, org.eclipse.emf.ecore.EObject referencer, javax.xml.namespace.QName referenceQName)