Hilbert II - Version 0.03.01

org.qedeq.kernel.bo.module
Interface ModuleConstants


public interface ModuleConstants

This interface provides constants of this package.

Version:
$Revision: 1.2 $

Field Summary
static int STATE_CODE_COMPLETE_CHECK_FAILED
          Code for business object that had a check failure.
static int STATE_CODE_COMPLETE_CHECKING
          Code for business object complete checking phase.
static int STATE_CODE_COMPLETELY_CHECKED
          Code for successfully completely checked business object.
static int STATE_CODE_CREATED
          Code for business object that was created without errors.
static int STATE_CODE_CREATED_WITH_ERRORS
          Code for business object state that showed errors during creation.
static int STATE_CODE_CREATING
          Code for business object creating phase.
static int STATE_CODE_INTERNAL_CHECK_FAILED
          Code for business object that had an internal check failure.
static int STATE_CODE_INTERNAL_CHECKING
          Code for business object internal checking phase.
static int STATE_CODE_INTERNALLY_CHECKED
          Code for successfully internally checked business object.
static String STATE_STRING_COMPLETE_CHECK_FAILED
          Description for business object that had a check failure.
static String STATE_STRING_COMPLETE_CHECKING
          Description for business object complete checking phase.
static String STATE_STRING_COMPLETELY_CHECKED
          Description for successfully checked business object.
static String STATE_STRING_CREATED
          Description for business object that was created without errors.
static String STATE_STRING_CREATED_WITH_ERRORS
          Description for business object state that showed errors during creation.
static String STATE_STRING_CREATING
          Description for business object creating phase.
static String STATE_STRING_INTERNAL_CHECK_FAILED
          Description for business object that had an internal check failure.
static String STATE_STRING_INTERNAL_CHECKING
          Description for business object internal checking phase.
static String STATE_STRING_INTERNALLY_CHECKED
          Description for successfully internally checked business object.
 

Field Detail

STATE_CODE_CREATING

public static final int STATE_CODE_CREATING
Code for business object creating phase.

See Also:
Constant Field Values

STATE_STRING_CREATING

public static final String STATE_STRING_CREATING
Description for business object creating phase.

See Also:
Constant Field Values

STATE_CODE_CREATED_WITH_ERRORS

public static final int STATE_CODE_CREATED_WITH_ERRORS
Code for business object state that showed errors during creation.

See Also:
Constant Field Values

STATE_STRING_CREATED_WITH_ERRORS

public static final String STATE_STRING_CREATED_WITH_ERRORS
Description for business object state that showed errors during creation.

See Also:
Constant Field Values

STATE_CODE_CREATED

public static final int STATE_CODE_CREATED
Code for business object that was created without errors.

See Also:
Constant Field Values

STATE_STRING_CREATED

public static final String STATE_STRING_CREATED
Description for business object that was created without errors.

See Also:
Constant Field Values

STATE_CODE_INTERNAL_CHECKING

public static final int STATE_CODE_INTERNAL_CHECKING
Code for business object internal checking phase.

See Also:
Constant Field Values

STATE_STRING_INTERNAL_CHECKING

public static final String STATE_STRING_INTERNAL_CHECKING
Description for business object internal checking phase.

See Also:
Constant Field Values

STATE_CODE_INTERNAL_CHECK_FAILED

public static final int STATE_CODE_INTERNAL_CHECK_FAILED
Code for business object that had an internal check failure.

See Also:
Constant Field Values

STATE_STRING_INTERNAL_CHECK_FAILED

public static final String STATE_STRING_INTERNAL_CHECK_FAILED
Description for business object that had an internal check failure.

See Also:
Constant Field Values

STATE_CODE_INTERNALLY_CHECKED

public static final int STATE_CODE_INTERNALLY_CHECKED
Code for successfully internally checked business object.

See Also:
Constant Field Values

STATE_STRING_INTERNALLY_CHECKED

public static final String STATE_STRING_INTERNALLY_CHECKED
Description for successfully internally checked business object.

See Also:
Constant Field Values

STATE_CODE_COMPLETE_CHECKING

public static final int STATE_CODE_COMPLETE_CHECKING
Code for business object complete checking phase.

See Also:
Constant Field Values

STATE_STRING_COMPLETE_CHECKING

public static final String STATE_STRING_COMPLETE_CHECKING
Description for business object complete checking phase.

See Also:
Constant Field Values

STATE_CODE_COMPLETE_CHECK_FAILED

public static final int STATE_CODE_COMPLETE_CHECK_FAILED
Code for business object that had a check failure.

See Also:
Constant Field Values

STATE_STRING_COMPLETE_CHECK_FAILED

public static final String STATE_STRING_COMPLETE_CHECK_FAILED
Description for business object that had a check failure.

See Also:
Constant Field Values

STATE_CODE_COMPLETELY_CHECKED

public static final int STATE_CODE_COMPLETELY_CHECKED
Code for successfully completely checked business object.

See Also:
Constant Field Values

STATE_STRING_COMPLETELY_CHECKED

public static final String STATE_STRING_COMPLETELY_CHECKED
Description for successfully checked business object.

See Also:
Constant Field Values

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.