legacy
Class Common

java.lang.Object
  extended by legacy.Common

public class Common
extends java.lang.Object

Common.class contains all references which may be hardcoded for system use. This class contains Feilds and should be altered in accordance with execution settings on compile. No binarys are distributed and should not be.

Author:
Benjamin Tarrant

Field Summary
static int ABNORMAL_TERMINATION
          ABNORMAL_TERMINATION indicated abnormal termination ansi compliant return for abnormal termination
static java.lang.String APPLICATION_NAME
          APPLICATION_NAME refers to the name of this project.
static int ERROR_FATAL_CONSTRUCTION_FAILURE
          ERROR_FATAL_CONSTRUCTION_FAILURE return when a method involved in constuction has failed
static int ERROR_FATAL_DATA_FAILURE
          ERROR_FATAL_DATA_FAILURE return when a variable was incorrectly initialized or incompatible to configuration
IE an attemp to apply a pallet to an invallid system pallet size
static int ERROR_FATAL_ILLEGAL_USAGE
          ERROR_FATAL_ILLEGAL_USAGE return when the end user has attempted to operate in a manor which has been defined as illegal or unsafe
static int ERROR_FATAL_INVALID_CONFIGURATION
          ERROR_FATAL_INVALID_CONFIGURATION return for invalid configuration or null configuration
static int ERROR_FATAL_INVALID_DISPAY_ADAPTER
          ERROR_FATAL_INVALID_DISPAY_ADAPTER return for invalid display adapter request
static int NORMAL_TERMINATION
          NORMAL_TERMINATION indicated normal termination ansi compliant return for normal termination
 
Constructor Summary
Common()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_NAME

public static final java.lang.String APPLICATION_NAME
APPLICATION_NAME refers to the name of this project.

See Also:
Constant Field Values

NORMAL_TERMINATION

public static final int NORMAL_TERMINATION
NORMAL_TERMINATION indicated normal termination ansi compliant return for normal termination

See Also:
Constant Field Values

ABNORMAL_TERMINATION

public static final int ABNORMAL_TERMINATION
ABNORMAL_TERMINATION indicated abnormal termination ansi compliant return for abnormal termination

See Also:
Constant Field Values

ERROR_FATAL_INVALID_DISPAY_ADAPTER

public static final int ERROR_FATAL_INVALID_DISPAY_ADAPTER
ERROR_FATAL_INVALID_DISPAY_ADAPTER return for invalid display adapter request

See Also:
Constant Field Values

ERROR_FATAL_INVALID_CONFIGURATION

public static final int ERROR_FATAL_INVALID_CONFIGURATION
ERROR_FATAL_INVALID_CONFIGURATION return for invalid configuration or null configuration

See Also:
Constant Field Values

ERROR_FATAL_CONSTRUCTION_FAILURE

public static final int ERROR_FATAL_CONSTRUCTION_FAILURE
ERROR_FATAL_CONSTRUCTION_FAILURE return when a method involved in constuction has failed

See Also:
Constant Field Values

ERROR_FATAL_DATA_FAILURE

public static final int ERROR_FATAL_DATA_FAILURE
ERROR_FATAL_DATA_FAILURE return when a variable was incorrectly initialized or incompatible to configuration
IE an attemp to apply a pallet to an invallid system pallet size

See Also:
Constant Field Values

ERROR_FATAL_ILLEGAL_USAGE

public static final int ERROR_FATAL_ILLEGAL_USAGE
ERROR_FATAL_ILLEGAL_USAGE return when the end user has attempted to operate in a manor which has been defined as illegal or unsafe

See Also:
Constant Field Values
Constructor Detail

Common

public Common()