public class Message extends Object implements Comparable<Message>
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.Level |
| Modifier and Type | Field and Description |
|---|---|
Integer |
column |
String |
file |
Message.Level |
level |
Integer |
line |
Integer |
sequence |
String |
text |
String |
timeStamp |
| Constructor and Description |
|---|
Message() |
public Message.Level level
public Integer sequence
public String text
public Integer line
public Integer column
public String timeStamp
public String file
public Date timeStampDate()
public int compareTo(Message other)
compareTo in interface Comparable<Message>Copyright © 2012–2016 The DAISY Consortium. All rights reserved.