UPMealNutritionInfo Class Reference
Inherits from | NSObject |
Conforms to | UPBaseObject |
Declared in | UPMealAPI.h UPMealAPI.m |
Tasks
Other Methods
-
calcium
property -
calories
property -
carbohydrates
property -
cholesterol
property -
fat
property -
fiber
property -
iron
property -
monounsaturatedFat
property -
polyunsaturatedFat
property -
potassium
property -
protein
property -
saturatedFat
property -
sodium
property -
sugar
property -
unsaturatedFat
property -
vitaminA
property -
vitaminC
property
Other Methods
Properties
calcium
The total calcium in the meal item.
@property (nonatomic, strong) NSNumber *calcium
Discussion
The total calcium in the meal item.
Declared In
UPMealAPI.h
calories
The total calories in the meal item.
@property (nonatomic, strong) NSNumber *calories
Discussion
The total calories in the meal item.
Declared In
UPMealAPI.h
carbohydrates
The total carbohydrates in the meal item.
@property (nonatomic, strong) NSNumber *carbohydrates
Discussion
The total carbohydrates in the meal item.
Declared In
UPMealAPI.h
cholesterol
The total cholesterol in the meal item.
@property (nonatomic, strong) NSNumber *cholesterol
Discussion
The total cholesterol in the meal item.
Declared In
UPMealAPI.h
fat
The total fat in the meal item.
@property (nonatomic, strong) NSNumber *fat
Discussion
The total fat in the meal item.
Declared In
UPMealAPI.h
fiber
The total fiber in the meal item.
@property (nonatomic, strong) NSNumber *fiber
Discussion
The total fiber in the meal item.
Declared In
UPMealAPI.h
iron
The total iron in the meal item.
@property (nonatomic, strong) NSNumber *iron
Discussion
The total iron in the meal item.
Declared In
UPMealAPI.h
monounsaturatedFat
The total monounsaturated fat in the meal item.
@property (nonatomic, strong) NSNumber *monounsaturatedFat
Discussion
The total monounsaturated fat in the meal item.
Declared In
UPMealAPI.h
polyunsaturatedFat
The total polyunsaturated fat in the meal item.
@property (nonatomic, strong) NSNumber *polyunsaturatedFat
Discussion
The total polyunsaturated fat in the meal item.
Declared In
UPMealAPI.h
potassium
The total potassium in the meal item.
@property (nonatomic, strong) NSNumber *potassium
Discussion
The total potassium in the meal item.
Declared In
UPMealAPI.h
protein
The total protein in the meal item.
@property (nonatomic, strong) NSNumber *protein
Discussion
The total protein in the meal item.
Declared In
UPMealAPI.h
saturatedFat
The total saturated fat in the meal item.
@property (nonatomic, strong) NSNumber *saturatedFat
Discussion
The total saturated fat in the meal item.
Declared In
UPMealAPI.h
sodium
The total sodium in the meal item.
@property (nonatomic, strong) NSNumber *sodium
Discussion
The total sodium in the meal item.
Declared In
UPMealAPI.h
sugar
The total sugar in the meal item.
@property (nonatomic, strong) NSNumber *sugar
Discussion
The total sugar in the meal item.
Declared In
UPMealAPI.h
unsaturatedFat
The total unsaturated fat in the meal item.
@property (nonatomic, strong) NSNumber *unsaturatedFat
Discussion
The total unsaturated fat in the meal item.
Declared In
UPMealAPI.h