Uses of Class
org.isda.cdm.AccountTypeEnum
-
Packages that use AccountTypeEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of AccountTypeEnum in org.isda.cdm
Methods in org.isda.cdm that return AccountTypeEnum Modifier and Type Method Description static AccountTypeEnum
AccountTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AccountTypeEnum[]
AccountTypeEnum. 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 AccountTypeEnum Modifier and Type Method Description Account.AccountBuilder
Account.AccountBuilder. setAccountTypeRef(AccountTypeEnum accountType)
-
Uses of AccountTypeEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return AccountTypeEnum Modifier and Type Method Description AccountTypeEnum
FieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilder. getValue()
AccountTypeEnum
FieldWithMetaAccountTypeEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type AccountTypeEnum Modifier and Type Method Description FieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilder
FieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilder. setValue(AccountTypeEnum value)
-