Uses of Class
org.isda.cdm.MortgageSectorEnum
-
Packages that use MortgageSectorEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of MortgageSectorEnum in org.isda.cdm
Methods in org.isda.cdm that return MortgageSectorEnum Modifier and Type Method Description static MortgageSectorEnum
MortgageSectorEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MortgageSectorEnum[]
MortgageSectorEnum. 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 MortgageSectorEnum Modifier and Type Method Description MortgageBackedSecurity.MortgageBackedSecurityBuilder
MortgageBackedSecurity.MortgageBackedSecurityBuilder. setSectorRef(MortgageSectorEnum sector)
-
Uses of MortgageSectorEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return MortgageSectorEnum Modifier and Type Method Description MortgageSectorEnum
FieldWithMetaMortgageSectorEnum.FieldWithMetaMortgageSectorEnumBuilder. getValue()
MortgageSectorEnum
FieldWithMetaMortgageSectorEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type MortgageSectorEnum Modifier and Type Method Description FieldWithMetaMortgageSectorEnum.FieldWithMetaMortgageSectorEnumBuilder
FieldWithMetaMortgageSectorEnum.FieldWithMetaMortgageSectorEnumBuilder. setValue(MortgageSectorEnum value)
-