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