| Package | Description |
|---|---|
| org.tentackle.model.parse |
Model parsing.
|
| Modifier and Type | Method and Description |
|---|---|
LineType |
Line.getLineType()
Gets the line type.
|
static LineType |
LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeLine(Document document,
int offset,
LineType lineType)
Creates an attribute line.
This line always spans only one line. |
CommentLine(Document document,
int offset,
LineType lineType)
Creates a comment line.
This line always spans only one line. |
ConfigurationLine(Document document,
int offset,
LineType lineType)
Creates a configuration line.
This line always spans only one line. |
EmptyLine(Document document,
int offset,
LineType lineType)
Creates an empty line.
This line always spans only one line. |
GlobalOptionLine(Document document,
int offset,
LineType lineType)
Creates a global options line.
This line always spans only one line. |
Line(Document document,
int offset,
LineType lineType)
Creates a line.
|
MultiLine(Document document,
int offset,
LineType lineType)
Creates a multi-line.
|
OptionLine(Document document,
int offset,
LineType lineType)
Creates an attribute option line.
May span multiple lines. |
RelationLine(Document document,
int offset,
LineType lineType)
Creates a relation line.
A relation line may span multiple lines. |
SingleLine(Document document,
int offset,
LineType lineType)
Creates a line.
This line always spans only one line. |
Tentackle - a domain driven enterprise framework