|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CS 537, Spring 2004, Project 3. Constants and parameters of the energy trading operation.
Field Summary | |
static int |
GOLD
Code for gold. |
static String[] |
metalName
Table translating metal codes to names. |
static int |
METALS
Number of kinds of metal. |
static int |
PLATINUM
Code for platinum. |
static int |
URANIUM
Code for uranium. |
Field Detail |
public static final int METALS
public static final int GOLD
public static final int PLATINUM
public static final int URANIUM
public static final String[] metalName
metalName[GOLD] == "gold"
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |