public static enum Acas.ThreatType extends Enum<Acas.ThreatType>
| Enum Constant and Description |
|---|
ALT_BRG_DIST |
MODES |
NO_ID |
NOT_ASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
static Acas.ThreatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Acas.ThreatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Acas.ThreatType NO_ID
public static final Acas.ThreatType MODES
public static final Acas.ThreatType ALT_BRG_DIST
public static final Acas.ThreatType NOT_ASSIGNED
public static Acas.ThreatType[] values()
for (Acas.ThreatType c : Acas.ThreatType.values()) System.out.println(c);
public static Acas.ThreatType 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. All rights reserved.