public static enum AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType extends Enum<AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType>
| Enum Constant and Description |
|---|
ADDED
An agent joined the buses and a new dictionary is available.
|
REMOVED
An Agent left the buses and its dictionary is no longer available.
|
UPDATED
The dictionary has changed.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType ADDED
public static final AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType UPDATED
public static final AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType REMOVED
public static AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType[] values()
for (AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType c : AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType.values()) System.out.println(c);
public static AgentCommandDictionaryService.AgentCommandDictionaryEvent.EventType 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 © 2023 LSST. All rights reserved.