public static enum Abk.Result extends Enum<Abk.Result>
| Enum Constant and Description |
|---|
ADDRESSED_NO_ACKNOWLEDGE
Addressed no acknowledge result.
|
ADDRESSED_SUCCESS
Addressed success result.
|
BROADCAST_SENT
Broadcast sent result.
|
COULD_NOT_BROADCAST
Could not broadcast result.
|
LATE_RECEPTION
Late reception result.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRes()
Gets res.
|
static Abk.Result |
parseInt(int res)
Parse int result.
|
static Abk.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Abk.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Abk.Result ADDRESSED_SUCCESS
public static final Abk.Result ADDRESSED_NO_ACKNOWLEDGE
public static final Abk.Result COULD_NOT_BROADCAST
public static final Abk.Result BROADCAST_SENT
public static final Abk.Result LATE_RECEPTION
public static Abk.Result[] values()
for (Abk.Result c : Abk.Result.values()) System.out.println(c);
public static Abk.Result 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 int getRes()
public static Abk.Result parseInt(int res)
res - the resCopyright © 2011–2019 Danish Maritime Authority. All rights reserved.