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

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

Uses of OnEntryScriptType in org.jbpm.bpmn2.emfextmodel
 

Methods in org.jbpm.bpmn2.emfextmodel that return OnEntryScriptType
 OnEntryScriptType EmfextmodelFactory.createOnEntryScriptType()
          Returns a new object of class 'On Entry Script Type'
 OnEntryScriptType DocumentRoot.getOnEntryScript()
          Returns the value of the 'On Entry Script' containment reference
 

Methods in org.jbpm.bpmn2.emfextmodel with parameters of type OnEntryScriptType
 void DocumentRoot.setOnEntryScript(OnEntryScriptType value)
          Sets the value of the 'On Entry Script' containment reference
 

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

Classes in org.jbpm.bpmn2.emfextmodel.impl that implement OnEntryScriptType
 class OnEntryScriptTypeImpl
          An implementation of the model object 'On Entry Script Type'
 

Methods in org.jbpm.bpmn2.emfextmodel.impl that return OnEntryScriptType
 OnEntryScriptType EmfextmodelFactoryImpl.createOnEntryScriptType()
           
 OnEntryScriptType DocumentRootImpl.getOnEntryScript()
           
 

Methods in org.jbpm.bpmn2.emfextmodel.impl with parameters of type OnEntryScriptType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOnEntryScript(OnEntryScriptType newOnEntryScript, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setOnEntryScript(OnEntryScriptType newOnEntryScript)
           
 

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

Methods in org.jbpm.bpmn2.emfextmodel.util with parameters of type OnEntryScriptType
 T EmfextmodelSwitch.caseOnEntryScriptType(OnEntryScriptType object)
          Returns the result of interpreting the object as an instance of 'On Entry Script Type'
 boolean EmfextmodelValidator.validateOnEntryScriptType(OnEntryScriptType onEntryScriptType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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