public final class ArchiveQueryPriority extends Object
Modifier and Type | Field and Description |
---|---|
static ArchiveQueryPriority |
HIGH
höchste Priorität
|
static ArchiveQueryPriority |
LOW
niedrigste Priorität
|
static ArchiveQueryPriority |
MEDIUM
mittlere Priorität
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gibt die Priorität eines Objektes als
int zurück |
static ArchiveQueryPriority |
getInstance(int priority)
Diese Methode erlaubt es, eine Referenz auf ein Objekt der Klasse anzufordern.
|
String |
getStringPriority()
Gibt die Priorität eines Objektes als
String zurück |
String |
toString()
Wandelt das Objekt in einen String um
|
public static final ArchiveQueryPriority HIGH
public static final ArchiveQueryPriority MEDIUM
public static final ArchiveQueryPriority LOW
public static ArchiveQueryPriority getInstance(int priority)
priority
- Code, der die Priorität identifiziert (1,2,3)public int getCode()
int
zurückpublic String getStringPriority()
String
zurück