Constants' Details |
TRUE_WORD
const short TRUE_WORD = 0;
- Description
- "true"
|
|
FALSE_WORD
const short FALSE_WORD = 1;
- Description
- "false"
|
|
QUARTER1_WORD
const short QUARTER1_WORD = 2;
- Description
- "1st quarter"
|
|
QUARTER2_WORD
const short QUARTER2_WORD = 3;
- Description
- "2nd quarter"
|
|
QUARTER3_WORD
const short QUARTER3_WORD = 4;
- Description
- "3rd quarter"
|
|
QUARTER4_WORD
const short QUARTER4_WORD = 5;
- Description
- "4th quarter"
|
|
ABOVE_WORD
const short ABOVE_WORD = 6;
- Description
- "above"
|
|
BELOW_WORD
const short BELOW_WORD = 7;
- Description
- "below"
|
|
COUNT
const short COUNT = 8;
- Description
- Count of known reserved words.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.