public static enum AisBusComponentStatus.State extends Enum<AisBusComponentStatus.State>
| Enum Constant and Description |
|---|
CONNECTED
Connected state.
|
CREATED
Created state.
|
INITIALIZED
Initialized state.
|
NOT_CONNECTED
Not connected state.
|
STARTED
Started state.
|
STOPPED
Stopped state.
|
| Modifier and Type | Method and Description |
|---|---|
static AisBusComponentStatus.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AisBusComponentStatus.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AisBusComponentStatus.State CREATED
public static final AisBusComponentStatus.State INITIALIZED
public static final AisBusComponentStatus.State STARTED
public static final AisBusComponentStatus.State CONNECTED
public static final AisBusComponentStatus.State NOT_CONNECTED
public static final AisBusComponentStatus.State STOPPED
public static AisBusComponentStatus.State[] values()
for (AisBusComponentStatus.State c : AisBusComponentStatus.State.values()) System.out.println(c);
public static AisBusComponentStatus.State 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.