Class NutritionVolume
java.lang.Object
com.tccc.kos.ext.freestyle.service.brandset.regulatory.NutritionVolume
A collection of nutrition data rounded using regulatory rules for a particular
 region for a specified volume of beverage. This is used to display nutrition
 information to a consumer.
- Version:
- 2024-07-21
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(NutritionVolume.RoundedValue value) Add a value to the list.The list of rounded nutrition values for the beverage.doubleReturn the volume in ml the results are computed for.voidsetVolume(double volume) 
- 
Constructor Details- 
NutritionVolumepublic NutritionVolume()
 
- 
- 
Method Details- 
getVolumepublic double getVolume()Return the volume in ml the results are computed for.
- 
addAdd a value to the list.
- 
getValuesThe list of rounded nutrition values for the beverage.
- 
setVolumepublic void setVolume(double volume) 
 
-