Language
The Free and Open Productivity Suite
Constants' Details |
PASSTHROUGH
const short PASSTHROUGH = 0;
- Description
- Pass through mode (no checking)
|
|
BASIC
const short BASIC = 1;
- Description
- Basic checking mode
|
|
STRICT
const short STRICT = 2;
- Description
- Strict checking mode
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.