com.gotdns.jimula.EatHealthy
Class Starches

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

public class Starches
extends java.lang.Object

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

PROTEIN

public static final int PROTEIN
protein contents of one starches's serving

See Also:
Constant Field Values

CARB

public static final int CARB
carbohydrate contents of one starches's serving

See Also:
Constant Field Values

CALORIES

public static final int CALORIES
calories contents of one starches's serving

See Also:
Constant Field Values
Constructor Detail

Starches

public Starches()
Construsts a new starches object.