autohit.common
Class Constants

java.lang.Object
  extended byautohit.common.Constants

public class Constants
extends java.lang.Object

AUTOHIT wide constants

Version:
1.0 Version History EPG - Rewrite - 9Apr03
Author:
Erich P. Gatejen

Field Summary
static char ANAMESPACE_SEPERATOR
           
static char BUFFER
           
static char CHAR_BACKSLASH
           
static char CHAR_BACKSPACE
           
static char CHAR_CR
           
static char CHAR_DQUOTE
           
static char CHAR_FF
           
static char CHAR_HTAB
           
static char CHAR_LF
           
static char CHAR_SQUOTE
           
static int CLEAN_FREE_PCBS_THRESHOLD
           
static char CONFIG_BLANK
           
static char CONFIG_CHKPNT
           
static char CONFIG_CLOSE
           
static char CONFIG_COMMENT
           
static char CONFIG_CONFIG_NO
           
static char CONFIG_CONFIG_YES
           
static char CONFIG_DIR
           
static char CONFIG_OPEN
          Configuration
static java.lang.String CRUDE_SEPERATOR
           
static java.lang.String EMPTY_LEFT
           
static java.lang.String FALSE
           
static char MATH_DIVIDE
           
static char MATH_MINUS
           
static char MATH_MULTIPLY
           
static char MATH_PLUS
           
static int NO_OWNER
           
static char SEPERATOR
           
static java.lang.String TRUE
           
static char UNIOBJECT
           
static java.lang.String UNKNOWN
           
static char VARIABLE
          Character tokens
static java.lang.String VM_GENERIC_NAME
           
static java.lang.String ZERO
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VARIABLE

public static final char VARIABLE
Character tokens

See Also:
Constant Field Values

UNIOBJECT

public static final char UNIOBJECT
See Also:
Constant Field Values

BUFFER

public static final char BUFFER
See Also:
Constant Field Values

SEPERATOR

public static final char SEPERATOR
See Also:
Constant Field Values

EMPTY_LEFT

public static final java.lang.String EMPTY_LEFT
See Also:
Constant Field Values

ZERO

public static final java.lang.String ZERO
See Also:
Constant Field Values

TRUE

public static final java.lang.String TRUE
See Also:
Constant Field Values

FALSE

public static final java.lang.String FALSE
See Also:
Constant Field Values

UNKNOWN

public static final java.lang.String UNKNOWN
See Also:
Constant Field Values

VM_GENERIC_NAME

public static final java.lang.String VM_GENERIC_NAME
See Also:
Constant Field Values

NO_OWNER

public static final int NO_OWNER
See Also:
Constant Field Values

CLEAN_FREE_PCBS_THRESHOLD

public static final int CLEAN_FREE_PCBS_THRESHOLD
See Also:
Constant Field Values

CRUDE_SEPERATOR

public static final java.lang.String CRUDE_SEPERATOR
See Also:
Constant Field Values

ANAMESPACE_SEPERATOR

public static final char ANAMESPACE_SEPERATOR
See Also:
Constant Field Values

MATH_PLUS

public static final char MATH_PLUS
See Also:
Constant Field Values

MATH_DIVIDE

public static final char MATH_DIVIDE
See Also:
Constant Field Values

MATH_MULTIPLY

public static final char MATH_MULTIPLY
See Also:
Constant Field Values

MATH_MINUS

public static final char MATH_MINUS
See Also:
Constant Field Values

CONFIG_OPEN

public static final char CONFIG_OPEN
Configuration

See Also:
Constant Field Values

CONFIG_CLOSE

public static final char CONFIG_CLOSE
See Also:
Constant Field Values

CONFIG_DIR

public static final char CONFIG_DIR
See Also:
Constant Field Values

CONFIG_COMMENT

public static final char CONFIG_COMMENT
See Also:
Constant Field Values

CONFIG_CHKPNT

public static final char CONFIG_CHKPNT
See Also:
Constant Field Values

CONFIG_CONFIG_YES

public static final char CONFIG_CONFIG_YES
See Also:
Constant Field Values

CONFIG_CONFIG_NO

public static final char CONFIG_CONFIG_NO
See Also:
Constant Field Values

CONFIG_BLANK

public static final char CONFIG_BLANK
See Also:
Constant Field Values

CHAR_BACKSPACE

public static final char CHAR_BACKSPACE
See Also:
Constant Field Values

CHAR_HTAB

public static final char CHAR_HTAB
See Also:
Constant Field Values

CHAR_LF

public static final char CHAR_LF
See Also:
Constant Field Values

CHAR_FF

public static final char CHAR_FF
See Also:
Constant Field Values

CHAR_CR

public static final char CHAR_CR
See Also:
Constant Field Values

CHAR_DQUOTE

public static final char CHAR_DQUOTE
See Also:
Constant Field Values

CHAR_SQUOTE

public static final char CHAR_SQUOTE
See Also:
Constant Field Values

CHAR_BACKSLASH

public static final char CHAR_BACKSLASH
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Test.