Uses of Class
org.isda.cdm.ProductIdSourceEnum
-
Packages that use ProductIdSourceEnum Package Description org.isda.cdm -
-
Uses of ProductIdSourceEnum in org.isda.cdm
Fields in org.isda.cdm declared as ProductIdSourceEnum Modifier and Type Field Description protected ProductIdSourceEnum
ProductIdentifier.ProductIdentifierBuilder. source
Methods in org.isda.cdm that return ProductIdSourceEnum Modifier and Type Method Description ProductIdSourceEnum
ProductIdentifier. getSource()
The identifier source.ProductIdSourceEnum
ProductIdentifier.ProductIdentifierBuilder. getSource()
static ProductIdSourceEnum
ProductIdSourceEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProductIdSourceEnum[]
ProductIdSourceEnum. 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 ProductIdSourceEnum Modifier and Type Method Description MortgageBackedSecurity.MortgageBackedSecurityBuilder
MortgageBackedSecurity.MortgageBackedSecurityBuilder. setSource(ProductIdSourceEnum source)
ProductIdentifier.ProductIdentifierBuilder
ProductIdentifier.ProductIdentifierBuilder. setSource(ProductIdSourceEnum source)
-