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