jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Interface
org.jboss.drools.ImportType

Packages that use ImportType
org.jboss.drools   
org.jboss.drools.impl   
org.jboss.drools.util   
 

Uses of ImportType in org.jboss.drools
 

Methods in org.jboss.drools that return ImportType
 ImportType DroolsFactory.createImportType()
          Returns a new object of class 'Import Type'
 ImportType DocumentRoot.getImport()
          Returns the value of the 'Import' containment reference
 

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

Uses of ImportType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ImportType
 class ImportTypeImpl
          An implementation of the model object 'Import Type'
 

Methods in org.jboss.drools.impl that return ImportType
 ImportType DroolsFactoryImpl.createImportType()
           
 ImportType DocumentRootImpl.getImport()
           
 

Methods in org.jboss.drools.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.jboss.drools.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

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