|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.Starches
Starches is an object which contain it's nutrien, includes protein, carbohydrate, and calories.
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
Field Summary | |
static int |
CALORIES
calories contents of one starches's serving |
static int |
CARB
carbohydrate contents of one starches's serving |
static int |
PROTEIN
protein contents of one starches's serving |
Constructor Summary | |
Starches()
Construsts a new starches object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PROTEIN
public static final int CARB
public static final int CALORIES
Constructor Detail |
public Starches()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |