Uses of Class
bpsim.ResultType
-
Packages that use ResultType Package Description bpsim bpsim.impl -
-
Uses of ResultType in bpsim
Fields in bpsim with type parameters of type ResultType Modifier and Type Field Description static List<ResultType>ResultType. VALUESA public read-only list of all the 'Result Type' enumerators.Methods in bpsim that return ResultType Modifier and Type Method Description static ResultTypeResultType. get(int value)Returns the 'Result Type' literal with the specified integer value.static ResultTypeResultType. get(String literal)Returns the 'Result Type' literal with the specified literal value.static ResultTypeResultType. getByName(String name)Returns the 'Result Type' literal with the specified name.ResultTypeParameterValue. getResult()Returns the value of the 'Result' attribute.static ResultTypeResultType. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidParameterValue. setResult(ResultType value)Sets the value of the 'Result' attribute. -
Uses of ResultType in bpsim.impl
Fields in bpsim.impl declared as ResultType Modifier and Type Field Description protected ResultTypeParameterValueImpl. resultThe cached value of the 'Result' attribute.protected static ResultTypeParameterValueImpl. RESULT_EDEFAULTThe default value of the 'Result' attribute.Fields in bpsim.impl with type parameters of type ResultType Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ResultType>ParameterImpl. resultRequestThe cached value of the 'Result Request' attribute list.Methods in bpsim.impl that return ResultType Modifier and Type Method Description ResultTypeBpsimFactoryImpl. createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ResultTypeBpsimFactoryImpl. createResultTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ResultTypeParameterValueImpl. getResult()Methods in bpsim.impl that return types with arguments of type ResultType Modifier and Type Method Description org.eclipse.emf.common.util.EList<ResultType>ParameterImpl. getResultRequest()Methods in bpsim.impl with parameters of type ResultType Modifier and Type Method Description voidParameterValueImpl. setResult(ResultType newResult)
-