Uses of Class
org.isda.cdm.ConstituentWeight.ConstituentWeightBuilder
-
Packages that use ConstituentWeight.ConstituentWeightBuilder Package Description org.isda.cdm -
-
Uses of ConstituentWeight.ConstituentWeightBuilder in org.isda.cdm
Fields in org.isda.cdm declared as ConstituentWeight.ConstituentWeightBuilder Modifier and Type Field Description protected ConstituentWeight.ConstituentWeightBuilder
ReferencePoolItem.ReferencePoolItemBuilder. constituentWeight
Methods in org.isda.cdm that return ConstituentWeight.ConstituentWeightBuilder Modifier and Type Method Description static ConstituentWeight.ConstituentWeightBuilder
ConstituentWeight. builder()
ConstituentWeight.ConstituentWeightBuilder
ReferencePoolItem.ReferencePoolItemBuilder. getConstituentWeight()
ConstituentWeight.ConstituentWeightBuilder
ReferencePoolItem.ReferencePoolItemBuilder. getOrCreateConstituentWeight()
ConstituentWeight.ConstituentWeightBuilder
ConstituentWeight.ConstituentWeightBuilder. prune()
ConstituentWeight.ConstituentWeightBuilder
ConstituentWeight.ConstituentWeightBuilder. setBasketPercentage(java.math.BigDecimal basketPercentage)
ConstituentWeight.ConstituentWeightBuilder
ConstituentWeight.ConstituentWeightBuilder. setOpenUnits(java.math.BigDecimal openUnits)
ConstituentWeight.ConstituentWeightBuilder
ConstituentWeight. toBuilder()
Methods in org.isda.cdm with parameters of type ConstituentWeight.ConstituentWeightBuilder Modifier and Type Method Description ReferencePoolItem.ReferencePoolItemBuilder
ReferencePoolItem.ReferencePoolItemBuilder. setConstituentWeightBuilder(ConstituentWeight.ConstituentWeightBuilder constituentWeight)
-