org.qedeq.kernel.se.state
Interface LoadingImportsStateDescriptions


public interface LoadingImportsStateDescriptions

This interface provides constants of this package.

Author:
Michael Meyling

Field Summary
static int STATE_CODE_LOADED_IMPORTED_MODULES
          Loading imported modules code.
static int STATE_CODE_LOADING_IMPORTS
          Loading imported modules code.
static int STATE_CODE_LOADING_IMPORTS_FAILED
          Loading imported modules failure code.
static int STATE_CODE_UNDEFINED
          Undefined state code.
static java.lang.String STATE_STRING_LOADED_IMPORTED_MODULES
          Loading imported modules description.
static java.lang.String STATE_STRING_LOADING_IMPORTS
          Loading imported modules description.
static java.lang.String STATE_STRING_LOADING_IMPORTS_FAILED
          Loading imported modules failure description.
static java.lang.String STATE_STRING_UNDEFINED
          Undefined state description.
 

Field Detail

STATE_CODE_UNDEFINED

static final int STATE_CODE_UNDEFINED
Undefined state code.

See Also:
Constant Field Values

STATE_STRING_UNDEFINED

static final java.lang.String STATE_STRING_UNDEFINED
Undefined state description.

See Also:
Constant Field Values

STATE_CODE_LOADING_IMPORTS

static final int STATE_CODE_LOADING_IMPORTS
Loading imported modules code.

See Also:
Constant Field Values

STATE_STRING_LOADING_IMPORTS

static final java.lang.String STATE_STRING_LOADING_IMPORTS
Loading imported modules description.

See Also:
Constant Field Values

STATE_CODE_LOADING_IMPORTS_FAILED

static final int STATE_CODE_LOADING_IMPORTS_FAILED
Loading imported modules failure code.

See Also:
Constant Field Values

STATE_STRING_LOADING_IMPORTS_FAILED

static final java.lang.String STATE_STRING_LOADING_IMPORTS_FAILED
Loading imported modules failure description.

See Also:
Constant Field Values

STATE_CODE_LOADED_IMPORTED_MODULES

static final int STATE_CODE_LOADED_IMPORTED_MODULES
Loading imported modules code.

See Also:
Constant Field Values

STATE_STRING_LOADED_IMPORTED_MODULES

static final java.lang.String STATE_STRING_LOADED_IMPORTED_MODULES
Loading imported modules description.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.