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

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

Uses of GlobalType in org.jbpm.bpmn2.emfextmodel
 

Methods in org.jbpm.bpmn2.emfextmodel that return GlobalType
 GlobalType EmfextmodelFactory.createGlobalType()
          Returns a new object of class 'Global Type'
 GlobalType DocumentRoot.getGlobal()
          Returns the value of the 'Global' containment reference
 

Methods in org.jbpm.bpmn2.emfextmodel with parameters of type GlobalType
 void DocumentRoot.setGlobal(GlobalType value)
          Sets the value of the 'Global' containment reference
 

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

Classes in org.jbpm.bpmn2.emfextmodel.impl that implement GlobalType
 class GlobalTypeImpl
          An implementation of the model object 'Global Type'
 

Methods in org.jbpm.bpmn2.emfextmodel.impl that return GlobalType
 GlobalType EmfextmodelFactoryImpl.createGlobalType()
           
 GlobalType DocumentRootImpl.getGlobal()
           
 

Methods in org.jbpm.bpmn2.emfextmodel.impl with parameters of type GlobalType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetGlobal(GlobalType newGlobal, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setGlobal(GlobalType newGlobal)
           
 

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

Methods in org.jbpm.bpmn2.emfextmodel.util with parameters of type GlobalType
 T EmfextmodelSwitch.caseGlobalType(GlobalType object)
          Returns the result of interpreting the object as an instance of 'Global Type'
 boolean EmfextmodelValidator.validateGlobalType(GlobalType globalType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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