com.gotdns.jimula.EatHealthy
Class Vegetable

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.Vegetable

public class Vegetable
extends java.lang.Object

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

protein

public static final int protein
protein contents of one vegetable's serving

See Also:
Constant Field Values

carb

public static final int carb
carbohydrate contents of one vegetable's serving

See Also:
Constant Field Values

calories

public static int calories
calories contents of one vegetable's serving

Constructor Detail

Vegetable

public Vegetable()
Construsts a new vegetable object.