Uses of Class
de.gsi.financial.samples.service.execution.ExecutionResult.ExecutionResultEnum
-
Packages that use ExecutionResult.ExecutionResultEnum Package Description de.gsi.financial.samples.service.execution -
-
Uses of ExecutionResult.ExecutionResultEnum in de.gsi.financial.samples.service.execution
Methods in de.gsi.financial.samples.service.execution that return ExecutionResult.ExecutionResultEnum Modifier and Type Method Description ExecutionResult.ExecutionResultEnumExecutionResult. getResult()static ExecutionResult.ExecutionResultEnumExecutionResult.ExecutionResultEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionResult.ExecutionResultEnum[]ExecutionResult.ExecutionResultEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.financial.samples.service.execution with parameters of type ExecutionResult.ExecutionResultEnum Modifier and Type Method Description voidExecutionResult. setResult(ExecutionResult.ExecutionResultEnum result)Constructors in de.gsi.financial.samples.service.execution with parameters of type ExecutionResult.ExecutionResultEnum Constructor Description ExecutionResult(ExecutionResult.ExecutionResultEnum resultEnum, Order order)
-