public static enum QueryError.ErrType extends Enum<QueryError.ErrType>
Enum Constant and Description |
---|
ARCH
ARCH Error type.
|
BASX
BASX Error type.
|
BIN
BIN Error type.
|
BXCL
BXCL Error type.
|
BXCO
BXCO Error type.
|
BXCS
BXCS Error type.
|
BXDB
BXDB Error type.
|
BXFE
BXFE Error type.
|
BXFT
BXFT Error type.
|
BXHL
BXHL Error type.
|
BXJS
BXJS Error type.
|
BXPR
BXPR Error type.
|
BXRA
BXRA Error type.
|
BXRE
BXRE Error type.
|
BXSL
BXSL Error type.
|
BXSQ
BXSQ Error type.
|
BXVA
BXVA Error type.
|
BXXQ
BXXQ Error type.
|
CX
CX Error type.
|
FILE
FILE Error type.
|
FOAP
FOAP Error type.
|
FOAR
FOAR Error type.
|
FOAY
FOAY Error type.
|
FOCA
FOCA Error type.
|
FOCH
FOCH Error type.
|
FODC
FODC Error type.
|
FODF
FODF Error type.
|
FODT
FODT Error type.
|
FOER
FOER Error type.
|
FOFD
FOFD Error type.
|
FOJS
FOJS Error type.
|
FOMP
FOMP Error type.
|
FONS
FONS Error type.
|
FORG
FORG Error type.
|
FORX
FORX Error type.
|
FOTY
FOTY Error type.
|
FOUP
FOUP Error type.
|
FOUT
FOUT Error type.
|
FTDY
FTDY Error type.
|
FTST
FTST Error type.
|
HASH
HASH Error type.
|
HC
HC Error type.
|
SENR
SENR Error type.
|
SEPM
SEPM Error type.
|
SERE
SERE Error type.
|
SESU
SEPM Error type.
|
UNIT
UNIT Error type.
|
USER
USER Error type.
|
XPDY
XPDY Error type.
|
XPST
XPST Error type.
|
XPTY
XPTY Error type.
|
XQDY
XQDY Error type.
|
XQST
XQST Error type.
|
XQTY
XQTY Error type.
|
XUDY
XUDY Error type.
|
XUST
XUST Error type.
|
XUTY
XUTY Error type.
|
ZIP
ZIP Error type.
|
Modifier and Type | Field and Description |
---|---|
String |
prefix
This error type's prefix.
|
byte[] |
uri
This error type's URI.
|
Modifier and Type | Method and Description |
---|---|
static QueryError.ErrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryError.ErrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryError.ErrType BASX
public static final QueryError.ErrType BXCL
public static final QueryError.ErrType BXCO
public static final QueryError.ErrType BXCS
public static final QueryError.ErrType BXDB
public static final QueryError.ErrType BXFE
public static final QueryError.ErrType BXFT
public static final QueryError.ErrType BXHL
public static final QueryError.ErrType BXJS
public static final QueryError.ErrType BXPR
public static final QueryError.ErrType BXRA
public static final QueryError.ErrType BXRE
public static final QueryError.ErrType BXSL
public static final QueryError.ErrType BXSQ
public static final QueryError.ErrType BXVA
public static final QueryError.ErrType BXXQ
public static final QueryError.ErrType HASH
public static final QueryError.ErrType UNIT
public static final QueryError.ErrType USER
public static final QueryError.ErrType ARCH
public static final QueryError.ErrType BIN
public static final QueryError.ErrType CX
public static final QueryError.ErrType FILE
public static final QueryError.ErrType HC
public static final QueryError.ErrType ZIP
public static final QueryError.ErrType FOAP
public static final QueryError.ErrType FOAR
public static final QueryError.ErrType FOAY
public static final QueryError.ErrType FOCA
public static final QueryError.ErrType FOCH
public static final QueryError.ErrType FODC
public static final QueryError.ErrType FODF
public static final QueryError.ErrType FODT
public static final QueryError.ErrType FOFD
public static final QueryError.ErrType FOER
public static final QueryError.ErrType FOJS
public static final QueryError.ErrType FOMP
public static final QueryError.ErrType FONS
public static final QueryError.ErrType FORG
public static final QueryError.ErrType FORX
public static final QueryError.ErrType FOTY
public static final QueryError.ErrType FOUP
public static final QueryError.ErrType FOUT
public static final QueryError.ErrType FTDY
public static final QueryError.ErrType FTST
public static final QueryError.ErrType SENR
public static final QueryError.ErrType SEPM
public static final QueryError.ErrType SERE
public static final QueryError.ErrType SESU
public static final QueryError.ErrType XPDY
public static final QueryError.ErrType XPST
public static final QueryError.ErrType XPTY
public static final QueryError.ErrType XQDY
public static final QueryError.ErrType XQST
public static final QueryError.ErrType XQTY
public static final QueryError.ErrType XUDY
public static final QueryError.ErrType XUST
public static final QueryError.ErrType XUTY
public final String prefix
public final byte[] uri
public static QueryError.ErrType[] values()
for (QueryError.ErrType c : QueryError.ErrType.values()) System.out.println(c);
public static QueryError.ErrType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2015 BaseX Team. All rights reserved.