T - public class Bus<T extends BusMessage> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Bus<CommandMessage> |
COMMAND |
static Bus<LogMessage> |
LOG |
static Bus<StatusMessage> |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
int |
ordinal() |
String |
toString() |
static Bus |
valueOf(String str)
emulates the valueOf method of enums
|
static Bus[] |
values()
emulates the values method of enums
|
public static final Bus<LogMessage> LOG
public static final Bus<StatusMessage> STATUS
public static final Bus<CommandMessage> COMMAND
Copyright © 2015 LSST. All rights reserved.