Uses of Enum
cdm.event.common.CallTypeEnum
Packages that use CallTypeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of CallTypeEnum in cdm.event.common
Fields in cdm.event.common declared as CallTypeEnumModifier and TypeFieldDescriptionprotected CallTypeEnumMarginCallInstructionType.MarginCallInstructionTypeBuilderImpl.callTypeMethods in cdm.event.common that return CallTypeEnumModifier and TypeMethodDescriptionstatic CallTypeEnumCallTypeEnum.fromDisplayName(String name) MarginCallInstructionType.getCallType()Indicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl.getCallType()MarginCallInstructionType.MarginCallInstructionTypeImpl.getCallType()static CallTypeEnumReturns the enum constant of this type with the specified name.static CallTypeEnum[]CallTypeEnum.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 CallTypeEnumModifier and TypeMethodDescriptionMarginCallInstructionType.MarginCallInstructionTypeBuilder.setCallType(CallTypeEnum callType) MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl.setCallType(CallTypeEnum _callType)