|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.LoadingState
Represents a module state. Every instance of this class is unique.
| Field Summary | |
static LoadingState |
STATE_LOADED
Completely loaded. |
static LoadingState |
STATE_LOADING_FROM_BUFFER
Loading from local file buffer. |
static LoadingState |
STATE_LOADING_FROM_BUFFER_FAILED
Loading from local file buffer failed. |
static LoadingState |
STATE_LOADING_FROM_WEB
Loading from web address. |
static LoadingState |
STATE_LOADING_FROM_WEB_FAILED
Loading from web address failed. |
static LoadingState |
STATE_LOADING_INTO_MEMORY
Loading into memory. |
static LoadingState |
STATE_LOADING_INTO_MEMORY_FAILED
Loading into memory failed. |
static LoadingState |
STATE_LOCATING_WITHIN_WEB
Trying to access web address. |
static LoadingState |
STATE_LOCATING_WITHIN_WEB_FAILED
Try to access web address failed. |
static LoadingState |
STATE_UNDEFINED
Undefined loading state. |
| Method Summary | |
boolean |
equals(Object obj)
|
int |
getCode()
Get module state code. |
String |
getText()
Get meaning of module state. |
int |
hashCode()
|
boolean |
isFailure()
Is this a failure state? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final LoadingState STATE_UNDEFINED
public static final LoadingState STATE_LOCATING_WITHIN_WEB
public static final LoadingState STATE_LOCATING_WITHIN_WEB_FAILED
public static final LoadingState STATE_LOADING_FROM_WEB
public static final LoadingState STATE_LOADING_FROM_WEB_FAILED
public static final LoadingState STATE_LOADING_FROM_BUFFER
public static final LoadingState STATE_LOADING_FROM_BUFFER_FAILED
public static final LoadingState STATE_LOADING_INTO_MEMORY
public static final LoadingState STATE_LOADING_INTO_MEMORY_FAILED
public static final LoadingState STATE_LOADED
| Method Detail |
public String getText()
public boolean isFailure()
public int getCode()
public String toString()
public int hashCode()
public final boolean equals(Object obj)
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |