Uses of Class
org.isda.cdm.QuantityNotationEnum
-
Packages that use QuantityNotationEnum Package Description org.isda.cdm -
-
Uses of QuantityNotationEnum in org.isda.cdm
Fields in org.isda.cdm declared as QuantityNotationEnum Modifier and Type Field Description protected QuantityNotationEnum
QuantityNotation.QuantityNotationBuilder. notationTag
protected QuantityNotationEnum
ResolvablePayoutQuantity.ResolvablePayoutQuantityBuilder. quantityNotationTag
Methods in org.isda.cdm that return QuantityNotationEnum Modifier and Type Method Description QuantityNotationEnum
QuantityNotation. getNotationTag()
The notation type associated with this quantity, specified from an enumeration.QuantityNotationEnum
QuantityNotation.QuantityNotationBuilder. getNotationTag()
QuantityNotationEnum
ResolvablePayoutQuantity. getQuantityNotationTag()
Notation tag to be used as a key to fetch the payout quantity from the appropriate quantity notation, that is provided alongside the contractual product.QuantityNotationEnum
ResolvablePayoutQuantity.ResolvablePayoutQuantityBuilder. getQuantityNotationTag()
static QuantityNotationEnum
QuantityNotationEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QuantityNotationEnum[]
QuantityNotationEnum. 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 QuantityNotationEnum Modifier and Type Method Description QuantityNotation.QuantityNotationBuilder
QuantityNotation.QuantityNotationBuilder. setNotationTag(QuantityNotationEnum notationTag)
ResolvablePayoutQuantity.ResolvablePayoutQuantityBuilder
ResolvablePayoutQuantity.ResolvablePayoutQuantityBuilder. setQuantityNotationTag(QuantityNotationEnum quantityNotationTag)
-