|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.Fruit
Fruit is an object which contain it's nutrien, includes 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 fruit's serving |
static int |
CARB
carbohydrate contents of one fruit's serving |
Constructor Summary | |
Fruit()
Construst a new Fruit 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 CARB
public static final int CALORIES
Constructor Detail |
public Fruit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |