Class NutritionFactsLabelV1TransFat
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.nutritionfactslabel.NutritionFactsLabelV1TransFat
-
- All Implemented Interfaces:
PositionData
public class NutritionFactsLabelV1TransFat extends BaseField
The amount of trans fat in the product.
-
-
Constructor Summary
Constructors Constructor Description NutritionFactsLabelV1TransFat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetDailyValue()DVs are the recommended amounts of trans fat to consume or not to exceed each day.DoublegetPer100G()The amount of trans fat per 100g of the product.DoublegetPerServing()The amount of trans fat per serving of the product.booleanisEmpty()StringtoFieldList()Output the object in a format suitable for inclusion in an rST field list.StringtoString()-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getDailyValue
public Double getDailyValue()
DVs are the recommended amounts of trans fat to consume or not to exceed each day.
-
getPer100G
public Double getPer100G()
The amount of trans fat per 100g of the product.
-
getPerServing
public Double getPerServing()
The amount of trans fat per serving of the product.
-
-