Uses of Class
org.isda.cdm.MasterConfirmationAnnexTypeEnum
-
Packages that use MasterConfirmationAnnexTypeEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of MasterConfirmationAnnexTypeEnum in org.isda.cdm
Methods in org.isda.cdm that return MasterConfirmationAnnexTypeEnum Modifier and Type Method Description static MasterConfirmationAnnexTypeEnum
MasterConfirmationAnnexTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MasterConfirmationAnnexTypeEnum[]
MasterConfirmationAnnexTypeEnum. 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 MasterConfirmationAnnexTypeEnum Modifier and Type Method Description MasterConfirmation.MasterConfirmationBuilder
MasterConfirmation.MasterConfirmationBuilder. setMasterConfirmationAnnexTypeRef(MasterConfirmationAnnexTypeEnum masterConfirmationAnnexType)
-
Uses of MasterConfirmationAnnexTypeEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return MasterConfirmationAnnexTypeEnum Modifier and Type Method Description MasterConfirmationAnnexTypeEnum
FieldWithMetaMasterConfirmationAnnexTypeEnum.FieldWithMetaMasterConfirmationAnnexTypeEnumBuilder. getValue()
MasterConfirmationAnnexTypeEnum
FieldWithMetaMasterConfirmationAnnexTypeEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type MasterConfirmationAnnexTypeEnum Modifier and Type Method Description FieldWithMetaMasterConfirmationAnnexTypeEnum.FieldWithMetaMasterConfirmationAnnexTypeEnumBuilder
FieldWithMetaMasterConfirmationAnnexTypeEnum.FieldWithMetaMasterConfirmationAnnexTypeEnumBuilder. setValue(MasterConfirmationAnnexTypeEnum value)
-