public static enum Err.ErrType extends java.lang.Enum<Err.ErrType>
| Enum Constant and Description |
|---|
BASX
BASX Error type.
|
FOAR
FOAR Error type.
|
FOCA
FOCA Error type.
|
FOCH
FOCH Error type.
|
FOCX
FOCX Error type.
|
FODC
FODC Error type.
|
FODF
FODF Error type.
|
FODT
FODT Error type.
|
FOER
FOER Error type.
|
FOFD
FOFD Error type.
|
FOFL
FOFL Error type.
|
FOHC
FOHP Error type.
|
FONS
FONS Error type.
|
FORG
FORG Error type.
|
FORX
FORX Error type.
|
FOSQ
FOSQ Error type.
|
FOTY
FOTY Error type.
|
FOUP
FOUP Error type.
|
FOUT
FOFD Error type.
|
FOZP
FOZP Error type.
|
FTDY
FTDY Error type.
|
FTST
FTST Error type.
|
PACK
PACK Error type.
|
REXQ
REXQ Error type.
|
SEPM
SEPM Error type.
|
SERE
SERE Error type.
|
SESU
SEPM 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Err.ErrType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Err.ErrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Err.ErrType BASX
public static final Err.ErrType FOCX
public static final Err.ErrType FOAR
public static final Err.ErrType FOCA
public static final Err.ErrType FOCH
public static final Err.ErrType FODC
public static final Err.ErrType FODF
public static final Err.ErrType FODT
public static final Err.ErrType FOFD
public static final Err.ErrType FOER
public static final Err.ErrType FOFL
public static final Err.ErrType FOHC
public static final Err.ErrType FONS
public static final Err.ErrType FORG
public static final Err.ErrType FORX
public static final Err.ErrType FOSQ
public static final Err.ErrType FOTY
public static final Err.ErrType FOUP
public static final Err.ErrType FOUT
public static final Err.ErrType FOZP
public static final Err.ErrType FTDY
public static final Err.ErrType FTST
public static final Err.ErrType PACK
public static final Err.ErrType REXQ
public static final Err.ErrType SEPM
public static final Err.ErrType SERE
public static final Err.ErrType SESU
public static final Err.ErrType XPDY
public static final Err.ErrType XPST
public static final Err.ErrType XPTY
public static final Err.ErrType XQDY
public static final Err.ErrType XQST
public static final Err.ErrType XQTY
public static final Err.ErrType XUDY
public static final Err.ErrType XUST
public static final Err.ErrType XUTY
public static Err.ErrType[] values()
for (Err.ErrType c : Err.ErrType.values()) System.out.println(c);
public static Err.ErrType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null