Hilbert II - Version 0.03.04

org.qedeq.kernel.bo.module
Interface LoadingStateDescriptions


public interface LoadingStateDescriptions

This interface provides constants of this package.

Version:
$Revision: 1.1 $

Field Summary
static int STATE_CODE_LOADED
          Completely loaded code.
static int STATE_CODE_LOADING_FROM_BUFFER
          Loading from local file buffer code.
static int STATE_CODE_LOADING_FROM_BUFFER_FAILED
          Loading from local file buffer failed code.
static int STATE_CODE_LOADING_FROM_WEB
          Loading from web address code.
static int STATE_CODE_LOADING_FROM_WEB_FAILED
          Loading from web address failure code.
static int STATE_CODE_LOADING_INTO_MEMORY
          Loading into memory code.
static int STATE_CODE_LOADING_INTO_MEMORY_FAILED
          Loading into memory failed code.
static int STATE_CODE_LOCATING_WITHIN_WEB
          Trying to access web address code.
static int STATE_CODE_LOCATING_WITHIN_WEB_FAILED
          Trying to access web address failure code.
static int STATE_CODE_UNDEFINED
          Undefined state code.
static String STATE_STRING_LOADED
          Completely loaded description.
static String STATE_STRING_LOADING_FROM_BUFFER
          Loading from local file buffer description.
static String STATE_STRING_LOADING_FROM_BUFFER_FAILED
          Loading from local file buffer failed description.
static String STATE_STRING_LOADING_FROM_WEB
          Loading from web address description.
static String STATE_STRING_LOADING_FROM_WEB_FAILED
          Loading from web address failure description.
static String STATE_STRING_LOADING_INTO_MEMORY
          Loading into memory description.
static String STATE_STRING_LOADING_INTO_MEMORY_FAILED
          Loading into memory failed description.
static String STATE_STRING_LOCATING_WITHIN_WEB
          Trying to access web address description.
static String STATE_STRING_LOCATING_WITHIN_WEB_FAILED
          Trying to access web address failure description.
static String STATE_STRING_UNDEFINED
          Undefined state description.
 

Field Detail

STATE_CODE_UNDEFINED

public static final int STATE_CODE_UNDEFINED
Undefined state code.

See Also:
Constant Field Values

STATE_STRING_UNDEFINED

public static final String STATE_STRING_UNDEFINED
Undefined state description.

See Also:
Constant Field Values

STATE_CODE_LOCATING_WITHIN_WEB

public static final int STATE_CODE_LOCATING_WITHIN_WEB
Trying to access web address code.

See Also:
Constant Field Values

STATE_STRING_LOCATING_WITHIN_WEB

public static final String STATE_STRING_LOCATING_WITHIN_WEB
Trying to access web address description.

See Also:
Constant Field Values

STATE_CODE_LOCATING_WITHIN_WEB_FAILED

public static final int STATE_CODE_LOCATING_WITHIN_WEB_FAILED
Trying to access web address failure code.

See Also:
Constant Field Values

STATE_STRING_LOCATING_WITHIN_WEB_FAILED

public static final String STATE_STRING_LOCATING_WITHIN_WEB_FAILED
Trying to access web address failure description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_WEB

public static final int STATE_CODE_LOADING_FROM_WEB
Loading from web address code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_WEB

public static final String STATE_STRING_LOADING_FROM_WEB
Loading from web address description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_WEB_FAILED

public static final int STATE_CODE_LOADING_FROM_WEB_FAILED
Loading from web address failure code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_WEB_FAILED

public static final String STATE_STRING_LOADING_FROM_WEB_FAILED
Loading from web address failure description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_BUFFER

public static final int STATE_CODE_LOADING_FROM_BUFFER
Loading from local file buffer code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_BUFFER

public static final String STATE_STRING_LOADING_FROM_BUFFER
Loading from local file buffer description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_BUFFER_FAILED

public static final int STATE_CODE_LOADING_FROM_BUFFER_FAILED
Loading from local file buffer failed code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_BUFFER_FAILED

public static final String STATE_STRING_LOADING_FROM_BUFFER_FAILED
Loading from local file buffer failed description.

See Also:
Constant Field Values

STATE_CODE_LOADING_INTO_MEMORY

public static final int STATE_CODE_LOADING_INTO_MEMORY
Loading into memory code.

See Also:
Constant Field Values

STATE_STRING_LOADING_INTO_MEMORY

public static final String STATE_STRING_LOADING_INTO_MEMORY
Loading into memory description.

See Also:
Constant Field Values

STATE_CODE_LOADING_INTO_MEMORY_FAILED

public static final int STATE_CODE_LOADING_INTO_MEMORY_FAILED
Loading into memory failed code.

See Also:
Constant Field Values

STATE_STRING_LOADING_INTO_MEMORY_FAILED

public static final String STATE_STRING_LOADING_INTO_MEMORY_FAILED
Loading into memory failed description.

See Also:
Constant Field Values

STATE_CODE_LOADED

public static final int STATE_CODE_LOADED
Completely loaded code.

See Also:
Constant Field Values

STATE_STRING_LOADED

public static final String STATE_STRING_LOADED
Completely loaded description.

See Also:
Constant Field Values

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.