public static enum AisReader.Status extends Enum<AisReader.Status>
| Enum Constant and Description |
|---|
CONNECTED
Connected status.
|
DISCONNECTED
Disconnected status.
|
| Modifier and Type | Method and Description |
|---|---|
static AisReader.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AisReader.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AisReader.Status CONNECTED
public static final AisReader.Status DISCONNECTED
public static AisReader.Status[] values()
for (AisReader.Status c : AisReader.Status.values()) System.out.println(c);
public static AisReader.Status 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.