jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1

Uses of Interface
org.jboss.drools.EnumParameterType

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

Uses of EnumParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return EnumParameterType
 EnumParameterType DroolsFactory.createEnumParameterType()
          Returns a new object of class 'Enum Parameter Type'
 EnumParameterType DocumentRoot.getEnumParameter()
          Returns the value of the 'Enum Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type EnumParameterType
 void DocumentRoot.setEnumParameter(EnumParameterType value)
          Sets the value of the 'Enum Parameter' containment reference
 

Uses of EnumParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement EnumParameterType
 class EnumParameterTypeImpl
          An implementation of the model object 'Enum Parameter Type'
 

Methods in org.jboss.drools.impl that return EnumParameterType
 EnumParameterType DroolsFactoryImpl.createEnumParameterType()
           
 EnumParameterType DocumentRootImpl.getEnumParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type EnumParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetEnumParameter(EnumParameterType newEnumParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setEnumParameter(EnumParameterType newEnumParameter)
           
 

Uses of EnumParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type EnumParameterType
 T DroolsSwitch.caseEnumParameterType(EnumParameterType object)
          Returns the result of interpreting the object as an instance of 'Enum Parameter Type'
 boolean DroolsValidator.validateEnumParameterType(EnumParameterType enumParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1

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