jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

Uses of Class
bpsim.ResultType

Packages that use ResultType
bpsim   
bpsim.impl   
 

Uses of ResultType in bpsim
 

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

Methods in bpsim 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 bpsim 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 bpsim with parameters of type ResultType
 void ParameterValue.setResult(ResultType value)
          Sets the value of the 'Result' attribute
 

Uses of ResultType in bpsim.impl
 

Fields in bpsim.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 bpsim.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 bpsim.impl that return ResultType
 ResultType BpsimFactoryImpl.createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ResultType BpsimFactoryImpl.createResultTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ResultType ParameterValueImpl.getResult()
           
 

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

Methods in bpsim.impl with parameters of type ResultType
 void ParameterValueImpl.setResult(ResultType newResult)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

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