public static enum FieldDataRaw.SQUAWK_CHANGE extends Enum<FieldDataRaw.SQUAWK_CHANGE>
| Enum Constant and Description |
|---|
NO
No
|
NOT_USED
Nicht benutzt.
|
YES
Yes.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldDataRaw.SQUAWK_CHANGE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDataRaw.SQUAWK_CHANGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDataRaw.SQUAWK_CHANGE YES
public static final FieldDataRaw.SQUAWK_CHANGE NO
public static final FieldDataRaw.SQUAWK_CHANGE NOT_USED
public static FieldDataRaw.SQUAWK_CHANGE[] values()
for (FieldDataRaw.SQUAWK_CHANGE c : FieldDataRaw.SQUAWK_CHANGE.values()) System.out.println(c);
public static FieldDataRaw.SQUAWK_CHANGE 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 © 2015–2016 Thomas Wenzlaff. All rights reserved.