public interface AssignmentTextLine extends AbstractTextLine
You can assign, i.e. associate, text lines to one or more instances -- of any entity type -- for documentation purposes.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSectionCode() |
Text |
getText() |
java.lang.String |
getUnkwownText() |
getLineType
static final java.lang.String copyright
java.lang.String getSectionCode()
Section code of the Text assigned to the text line.
Text getText()
Text assigned to the text line.
java.lang.String getUnkwownText()
If the Text assigned to the text line is unknown, its code is indicated here.