public class AnfrageStatus
extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ABGEHOLT
Die Anfrage wurde bereits abgeholt (heruntergeladen).
|
static int |
FEHLER
Die Verarbeitung war fehlerhaft.
|
static int |
FERTIG
Die Anfrage ist vom e-card Serversystem bearbeitet worden und zum Download bereit.
|
static int |
IN_ARBEIT
Die Anfrage ist am e-card Serversystem in Bearbeitung.
|
Constructor and Description |
---|
AnfrageStatus() |
public static final int IN_ARBEIT
public static final int FERTIG
public static final int ABGEHOLT
public static final int FEHLER