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"
|
|
QUARTER1_ABBREVIATION
const short QUARTER1_ABBREVIATION = 8;
- Description
- "Q1"
|
|
QUARTER2_ABBREVIATION
const short QUARTER2_ABBREVIATION = 9;
- Description
- "Q2"
|
|
QUARTER3_ABBREVIATION
const short QUARTER3_ABBREVIATION = 10;
- Description
- "Q3"
|
|
QUARTER4_ABBREVIATION
const short QUARTER4_ABBREVIATION = 11;
- Description
- "Q4"
|
|
COUNT
const short COUNT = 12;
- Description
- Count of known reserved words.
|
|
Copyright © 2010 Sun Microsystems, Inc.