Uses of Interface
org.jbpm.bpmn2.emfextmodel.ImportType

Packages that use ImportType
org.jbpm.bpmn2.emfextmodel   
org.jbpm.bpmn2.emfextmodel.impl   
org.jbpm.bpmn2.emfextmodel.util   
 

Uses of ImportType in org.jbpm.bpmn2.emfextmodel
 

Methods in org.jbpm.bpmn2.emfextmodel that return ImportType
 ImportType EmfextmodelFactory.createImportType()
          Returns a new object of class 'Import Type'
 ImportType DocumentRoot.getImport()
          Returns the value of the 'Import' containment reference
 

Methods in org.jbpm.bpmn2.emfextmodel with parameters of type ImportType
 void DocumentRoot.setImport(ImportType value)
          Sets the value of the 'Import' containment reference
 

Uses of ImportType in org.jbpm.bpmn2.emfextmodel.impl
 

Classes in org.jbpm.bpmn2.emfextmodel.impl that implement ImportType
 class ImportTypeImpl
          An implementation of the model object 'Import Type'
 

Methods in org.jbpm.bpmn2.emfextmodel.impl that return ImportType
 ImportType EmfextmodelFactoryImpl.createImportType()
           
 ImportType DocumentRootImpl.getImport()
           
 

Methods in org.jbpm.bpmn2.emfextmodel.impl with parameters of type ImportType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetImport(ImportType newImport, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setImport(ImportType newImport)
           
 

Uses of ImportType in org.jbpm.bpmn2.emfextmodel.util
 

Methods in org.jbpm.bpmn2.emfextmodel.util with parameters of type ImportType
 T EmfextmodelSwitch.caseImportType(ImportType object)
          Returns the result of interpreting the object as an instance of 'Import Type'
 boolean EmfextmodelValidator.validateImportType(ImportType importType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.