|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.Vegetable
Vegetable 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 vegetable's serving |
static int |
carb
carbohydrate contents of one vegetable's serving |
static int |
protein
protein contents of one vegetable's serving |
Constructor Summary | |
Vegetable()
Construsts a new vegetable 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 int calories
Constructor Detail |
public Vegetable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |