Uses of Class
org.isda.cdm.ExecutionTypeEnum
-
Packages that use ExecutionTypeEnum Package Description org.isda.cdm -
-
Uses of ExecutionTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as ExecutionTypeEnum Modifier and Type Field Description protected ExecutionTypeEnum
Execution.ExecutionBuilder. executionType
Methods in org.isda.cdm that return ExecutionTypeEnum Modifier and Type Method Description ExecutionTypeEnum
Execution.ExecutionBuilder. getExecutionType()
ExecutionTypeEnum
Execution. getExecutionType()
Specifies the type of execution, e.g.static ExecutionTypeEnum
ExecutionTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExecutionTypeEnum[]
ExecutionTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type ExecutionTypeEnum Modifier and Type Method Description Execution.ExecutionBuilder
Execution.ExecutionBuilder. setExecutionType(ExecutionTypeEnum executionType)
-