public static enum ProfileReader.GAF_FIELDS extends Enum<ProfileReader.GAF_FIELDS>
| Enum Constant and Description |
|---|
BK |
HW |
HYK |
ID |
KZ |
RK |
RW |
STATION |
Y |
Z |
| Modifier and Type | Method and Description |
|---|---|
static ProfileReader.GAF_FIELDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileReader.GAF_FIELDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileReader.GAF_FIELDS STATION
public static final ProfileReader.GAF_FIELDS ID
public static final ProfileReader.GAF_FIELDS Y
public static final ProfileReader.GAF_FIELDS Z
public static final ProfileReader.GAF_FIELDS KZ
public static final ProfileReader.GAF_FIELDS RK
public static final ProfileReader.GAF_FIELDS BK
public static final ProfileReader.GAF_FIELDS HW
public static final ProfileReader.GAF_FIELDS RW
public static final ProfileReader.GAF_FIELDS HYK
public static ProfileReader.GAF_FIELDS[] values()
for (ProfileReader.GAF_FIELDS c : ProfileReader.GAF_FIELDS.values()) System.out.println(c);
public static ProfileReader.GAF_FIELDS 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 © 2012–2026 cismet GmbH. All rights reserved.