public class Line extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Line.LineType
All possible types a line can have.
|
| Constructor and Description |
|---|
Line(Line.LineType lineType,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The actual content of the line as String.
|
Line.LineType |
getLineType()
The type of this line.
|
public Line(Line.LineType lineType, String content)
public Line.LineType getLineType()
public String getContent()
Copyright © 2016. All rights reserved.