| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
LogBookEntry.TYPE |
LogBookEntry.getType()
Type of message.
|
static LogBookEntry.TYPE |
LogBookEntry.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogBookEntry.TYPE[] |
LogBookEntry.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogBookEntry |
LogBookEntry.setType(LogBookEntry.TYPE type) |
| Constructor and Description |
|---|
LogBookEntry(LogBookEntry.TYPE type,
double htime,
java.lang.String context,
java.lang.String text) |