Uses of Enum
cdm.event.common.ExecutionTypeEnum
Packages that use ExecutionTypeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of ExecutionTypeEnum in cdm.event.common
Fields in cdm.event.common declared as ExecutionTypeEnumModifier and TypeFieldDescriptionprotected ExecutionTypeEnumExecutionDetails.ExecutionDetailsBuilderImpl.executionTypeMethods in cdm.event.common that return ExecutionTypeEnumModifier and TypeMethodDescriptionstatic ExecutionTypeEnumExecutionTypeEnum.fromDisplayName(String name) ExecutionDetails.ExecutionDetailsBuilderImpl.getExecutionType()ExecutionDetails.ExecutionDetailsImpl.getExecutionType()ExecutionDetails.getExecutionType()Identifies the type of execution, e.g. via voice, electronically...static ExecutionTypeEnumReturns 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 cdm.event.common with parameters of type ExecutionTypeEnumModifier and TypeMethodDescriptionExecutionDetails.ExecutionDetailsBuilder.setExecutionType(ExecutionTypeEnum executionType) ExecutionDetails.ExecutionDetailsBuilderImpl.setExecutionType(ExecutionTypeEnum _executionType)