Uses of Class
org.isda.cdm.CategoryEnum
-
Packages that use CategoryEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of CategoryEnum in org.isda.cdm
Fields in org.isda.cdm with type parameters of type CategoryEnum Modifier and Type Field Description protected java.util.List<CategoryEnum>
PackageInformation.PackageInformationBuilder. category
Methods in org.isda.cdm that return CategoryEnum Modifier and Type Method Description static CategoryEnum
CategoryEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CategoryEnum[]
CategoryEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm that return types with arguments of type CategoryEnum Modifier and Type Method Description java.util.List<CategoryEnum>
PackageInformation. getCategory()
java.util.List<CategoryEnum>
PackageInformation.PackageInformationBuilder. getCategory()
Methods in org.isda.cdm with parameters of type CategoryEnum Modifier and Type Method Description PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addCategory(CategoryEnum category)
PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addCategory(CategoryEnum category, int _idx)
PartyContractInformation.PartyContractInformationBuilder
PartyContractInformation.PartyContractInformationBuilder. setCategoryRef(CategoryEnum category)
Method parameters in org.isda.cdm with type arguments of type CategoryEnum Modifier and Type Method Description PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addCategory(java.util.List<CategoryEnum> categorys)
-
Uses of CategoryEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return CategoryEnum Modifier and Type Method Description CategoryEnum
FieldWithMetaCategoryEnum.FieldWithMetaCategoryEnumBuilder. getValue()
CategoryEnum
FieldWithMetaCategoryEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type CategoryEnum Modifier and Type Method Description FieldWithMetaCategoryEnum.FieldWithMetaCategoryEnumBuilder
FieldWithMetaCategoryEnum.FieldWithMetaCategoryEnumBuilder. setValue(CategoryEnum value)
-