jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Class
org.jboss.drools.ResultType

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

Uses of ResultType in org.jboss.drools
 

Fields in org.jboss.drools with type parameters of type ResultType
static List<ResultType> ResultType.VALUES
          A public read-only list of all the 'Result Type' enumerators
 

Methods in org.jboss.drools that return ResultType
static ResultType ResultType.get(int value)
          Returns the 'Result Type' literal with the specified integer value
static ResultType ResultType.get(String literal)
          Returns the 'Result Type' literal with the specified literal value
static ResultType ResultType.getByName(String name)
          Returns the 'Result Type' literal with the specified name
 ResultType ParameterValue.getResult()
          Returns the value of the 'Result' attribute.
static ResultType ResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultType[] ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.drools that return types with arguments of type ResultType
 org.eclipse.emf.common.util.EList<ResultType> Parameter.getResultRequest()
          Returns the value of the 'Result Request' attribute list.
 

Methods in org.jboss.drools with parameters of type ResultType
 void ParameterValue.setResult(ResultType value)
          Sets the value of the 'Result' attribute
 

Uses of ResultType in org.jboss.drools.impl
 

Fields in org.jboss.drools.impl declared as ResultType
protected  ResultType ParameterValueImpl.result
          The cached value of the 'Result' attribute
protected static ResultType ParameterValueImpl.RESULT_EDEFAULT
          The default value of the 'Result' attribute
 

Fields in org.jboss.drools.impl with type parameters of type ResultType
protected  org.eclipse.emf.common.util.EList<ResultType> ParameterImpl.resultRequest
          The cached value of the 'Result Request' attribute list
 

Methods in org.jboss.drools.impl that return ResultType
 ResultType DroolsFactoryImpl.createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ResultType DroolsFactoryImpl.createResultTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ResultType ParameterValueImpl.getResult()
           
 

Methods in org.jboss.drools.impl that return types with arguments of type ResultType
 org.eclipse.emf.common.util.EList<ResultType> ParameterImpl.getResultRequest()
           
 

Methods in org.jboss.drools.impl with parameters of type ResultType
 void ParameterValueImpl.setResult(ResultType newResult)
           
 

Uses of ResultType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ResultType
 boolean DroolsValidator.validateResultType(ResultType resultType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 boolean DroolsValidator.validateResultTypeObject(ResultType resultTypeObject, 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.