public enum IdentityAmplification extends Enum<IdentityAmplification>
Enum Constant and Description |
---|
FAKER
Per STANAG 1241 - friendly track, object or entity acting as exercise hostile
|
JOKER
Per STANAG 1241 - friendly track, object or entity acting as exercise suspect
|
KILO
Per STANAG 1241 - friendly high value object.
|
TRAVELLER
Per STANAG 1241 - a suspect surface track following a recognized surface traffic route.
|
ZOMBIE
Per STANAG 1241 - a suspect track, object or entity of special interest
|
Modifier and Type | Method and Description |
---|---|
static IdentityAmplification |
fromString(String value) |
String |
toString() |
static IdentityAmplification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityAmplification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityAmplification FAKER
public static final IdentityAmplification JOKER
public static final IdentityAmplification KILO
public static final IdentityAmplification TRAVELLER
public static final IdentityAmplification ZOMBIE
public static IdentityAmplification[] values()
for (IdentityAmplification c : IdentityAmplification.values()) System.out.println(c);
public static IdentityAmplification 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 nullpublic static IdentityAmplification fromString(String value)
public String toString()
toString
in class Enum<IdentityAmplification>
Copyright © 2013–2022. All rights reserved.