Uses of Class
org.isda.cdm.CreditLimitTypeEnum
-
Packages that use CreditLimitTypeEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of CreditLimitTypeEnum in org.isda.cdm
Methods in org.isda.cdm that return CreditLimitTypeEnum Modifier and Type Method Description static CreditLimitTypeEnum
CreditLimitTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CreditLimitTypeEnum[]
CreditLimitTypeEnum. 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 CreditLimitTypeEnum Modifier and Type Method Description LimitApplicable.LimitApplicableBuilder
LimitApplicable.LimitApplicableBuilder. setLimitTypeRef(CreditLimitTypeEnum limitType)
LimitApplicableExtended.LimitApplicableExtendedBuilder
LimitApplicableExtended.LimitApplicableExtendedBuilder. setLimitTypeRef(CreditLimitTypeEnum limitType)
-
Uses of CreditLimitTypeEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return CreditLimitTypeEnum Modifier and Type Method Description CreditLimitTypeEnum
FieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilder. getValue()
CreditLimitTypeEnum
FieldWithMetaCreditLimitTypeEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type CreditLimitTypeEnum Modifier and Type Method Description FieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilder
FieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilder. setValue(CreditLimitTypeEnum value)
-