public static enum Qwhs.Field extends Enum<Qwhs.Field>
Enum Constant and Description |
---|
qwhsace |
qwhsflag |
qwhsiid |
qwhsiseq |
qwhslen |
qwhslocn |
qwhslocnOff |
qwhslucc |
qwhslunm |
qwhsluuv |
qwhslwid |
qwhsModLvl |
qwhsmtn |
qwhsnid |
qwhsnsda |
qwhsRecCompat |
qwhsRecIncompat |
qwhsrmid |
qwhsrn |
qwhssid |
qwhsssid |
qwhsstck |
qwhssubv |
qwhstyp |
qwhswseq |
Modifier and Type | Method and Description |
---|---|
static Qwhs.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qwhs.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qwhs.Field qwhslen
public static final Qwhs.Field qwhstyp
public static final Qwhs.Field qwhsrmid
public static final Qwhs.Field qwhsiid
public static final Qwhs.Field qwhsnsda
public static final Qwhs.Field qwhsrn
public static final Qwhs.Field qwhsace
public static final Qwhs.Field qwhsssid
public static final Qwhs.Field qwhsstck
public static final Qwhs.Field qwhsiseq
public static final Qwhs.Field qwhswseq
public static final Qwhs.Field qwhsmtn
public static final Qwhs.Field qwhslocn
public static final Qwhs.Field qwhslwid
public static final Qwhs.Field qwhsnid
public static final Qwhs.Field qwhslunm
public static final Qwhs.Field qwhsluuv
public static final Qwhs.Field qwhslucc
public static final Qwhs.Field qwhsflag
public static final Qwhs.Field qwhslocnOff
public static final Qwhs.Field qwhssubv
public static final Qwhs.Field qwhssid
public static final Qwhs.Field qwhsModLvl
public static final Qwhs.Field qwhsRecIncompat
public static final Qwhs.Field qwhsRecCompat
public static Qwhs.Field[] values()
for (Qwhs.Field c : Qwhs.Field.values()) System.out.println(c);
public static Qwhs.Field 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 © 2020 Black Hill Software Pty Ltd. All rights reserved.