Uses of Enum
cdm.event.common.RegIMRoleEnum
Packages that use RegIMRoleEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of RegIMRoleEnum in cdm.event.common
Fields in cdm.event.common declared as RegIMRoleEnumModifier and TypeFieldDescriptionprotected RegIMRoleEnumMarginCallBase.MarginCallBaseBuilderImpl.regIMRoleMethods in cdm.event.common that return RegIMRoleEnumModifier and TypeMethodDescriptionstatic RegIMRoleEnumRegIMRoleEnum.fromDisplayName(String name) MarginCallBase.getRegIMRole()Indicates the role of the party in an regulatory initial margin call instruction (i.e Pledgor party or Secured party).MarginCallBase.MarginCallBaseBuilderImpl.getRegIMRole()MarginCallBase.MarginCallBaseImpl.getRegIMRole()static RegIMRoleEnumReturns the enum constant of this type with the specified name.static RegIMRoleEnum[]RegIMRoleEnum.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 RegIMRoleEnumModifier and TypeMethodDescriptionMarginCallBase.MarginCallBaseBuilder.setRegIMRole(RegIMRoleEnum regIMRole) MarginCallBase.MarginCallBaseBuilderImpl.setRegIMRole(RegIMRoleEnum _regIMRole) MarginCallExposure.MarginCallExposureBuilder.setRegIMRole(RegIMRoleEnum regIMRole) MarginCallExposure.MarginCallExposureBuilderImpl.setRegIMRole(RegIMRoleEnum _regIMRole) MarginCallIssuance.MarginCallIssuanceBuilder.setRegIMRole(RegIMRoleEnum regIMRole) MarginCallIssuance.MarginCallIssuanceBuilderImpl.setRegIMRole(RegIMRoleEnum _regIMRole) MarginCallResponse.MarginCallResponseBuilder.setRegIMRole(RegIMRoleEnum regIMRole) MarginCallResponse.MarginCallResponseBuilderImpl.setRegIMRole(RegIMRoleEnum _regIMRole)