org.qedeq.kernel.se.state
Interface LoadingStateDescriptions


public interface LoadingStateDescriptions

This interface provides constants of this package.

Version:
$Revision: 1.2 $
Author:
Michael Meyling

Field Summary
static int STATE_CODE_DELETED
          Completely loaded code.
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_LOCAL_FILE
          Loading from local file code.
static int STATE_CODE_LOADING_FROM_LOCAL_FILE_FAILED
          Loading from web address failure 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 java.lang.String STATE_STRING_DELETED
          Completely loaded description.
static java.lang.String STATE_STRING_LOADED
          Completely loaded description.
static java.lang.String STATE_STRING_LOADING_FROM_BUFFER
          Loading from local file buffer description.
static java.lang.String STATE_STRING_LOADING_FROM_BUFFER_FAILED
          Loading from local file buffer failed description.
static java.lang.String STATE_STRING_LOADING_FROM_LOCAL_FILE
          Loading from web address description.
static java.lang.String STATE_STRING_LOADING_FROM_LOCAL_FILE_FAILED
          Loading from web address failure description.
static java.lang.String STATE_STRING_LOADING_FROM_WEB
          Loading from web address description.
static java.lang.String STATE_STRING_LOADING_FROM_WEB_FAILED
          Loading from web address failure description.
static java.lang.String STATE_STRING_LOADING_INTO_MEMORY
          Loading into memory description.
static java.lang.String STATE_STRING_LOADING_INTO_MEMORY_FAILED
          Loading into memory failed description.
static java.lang.String STATE_STRING_LOCATING_WITHIN_WEB
          Trying to access web address description.
static java.lang.String STATE_STRING_LOCATING_WITHIN_WEB_FAILED
          Trying to access web address 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_LOCATING_WITHIN_WEB

static final int STATE_CODE_LOCATING_WITHIN_WEB
Trying to access web address code.

See Also:
Constant Field Values

STATE_STRING_LOCATING_WITHIN_WEB

static final java.lang.String STATE_STRING_LOCATING_WITHIN_WEB
Trying to access web address description.

See Also:
Constant Field Values

STATE_CODE_LOCATING_WITHIN_WEB_FAILED

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

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

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_WEB

static final int STATE_CODE_LOADING_FROM_WEB
Loading from web address code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_WEB

static final java.lang.String STATE_STRING_LOADING_FROM_WEB
Loading from web address description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_WEB_FAILED

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

static final java.lang.String STATE_STRING_LOADING_FROM_WEB_FAILED
Loading from web address failure description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_LOCAL_FILE

static final int STATE_CODE_LOADING_FROM_LOCAL_FILE
Loading from local file code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_LOCAL_FILE

static final java.lang.String STATE_STRING_LOADING_FROM_LOCAL_FILE
Loading from web address description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_LOCAL_FILE_FAILED

static final int STATE_CODE_LOADING_FROM_LOCAL_FILE_FAILED
Loading from web address failure code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_LOCAL_FILE_FAILED

static final java.lang.String STATE_STRING_LOADING_FROM_LOCAL_FILE_FAILED
Loading from web address failure description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_BUFFER

static final int STATE_CODE_LOADING_FROM_BUFFER
Loading from local file buffer code.

See Also:
Constant Field Values

STATE_STRING_LOADING_FROM_BUFFER

static final java.lang.String STATE_STRING_LOADING_FROM_BUFFER
Loading from local file buffer description.

See Also:
Constant Field Values

STATE_CODE_LOADING_FROM_BUFFER_FAILED

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

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

See Also:
Constant Field Values

STATE_CODE_LOADING_INTO_MEMORY

static final int STATE_CODE_LOADING_INTO_MEMORY
Loading into memory code.

See Also:
Constant Field Values

STATE_STRING_LOADING_INTO_MEMORY

static final java.lang.String STATE_STRING_LOADING_INTO_MEMORY
Loading into memory description.

See Also:
Constant Field Values

STATE_CODE_LOADING_INTO_MEMORY_FAILED

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

static final java.lang.String STATE_STRING_LOADING_INTO_MEMORY_FAILED
Loading into memory failed description.

See Also:
Constant Field Values

STATE_CODE_LOADED

static final int STATE_CODE_LOADED
Completely loaded code.

See Also:
Constant Field Values

STATE_STRING_LOADED

static final java.lang.String STATE_STRING_LOADED
Completely loaded description.

See Also:
Constant Field Values

STATE_CODE_DELETED

static final int STATE_CODE_DELETED
Completely loaded code.

See Also:
Constant Field Values

STATE_STRING_DELETED

static final java.lang.String STATE_STRING_DELETED
Completely loaded description.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.