public enum AisTargetType extends Enum<AisTargetType>
| Enum Constant and Description |
|---|
A
A Class A target type.
|
ATON
Aid To Navigation target.
|
B
A Class B target type.
|
BS
A Basestation.
|
SART
A search and rescue target.
|
| Modifier and Type | Method and Description |
|---|---|
static AisTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AisTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AisTargetType A
public static final AisTargetType B
public static final AisTargetType BS
public static final AisTargetType ATON
public static final AisTargetType SART
public static AisTargetType[] values()
for (AisTargetType c : AisTargetType.values()) System.out.println(c);
public static AisTargetType 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 © 2011–2019 Danish Maritime Authority. All rights reserved.