Uses of Enum Class
org.tentackle.model.parse.LineType
Packages that use LineType
-
Uses of LineType in org.tentackle.model.parse
Methods in org.tentackle.model.parse that return LineTypeModifier and TypeMethodDescriptionLine.getLineType()Gets the line type.static LineTypeReturns the enum constant of this class with the specified name.static LineType[]LineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tentackle.model.parse with parameters of type LineTypeModifierConstructorDescriptionAttributeLine(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.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.Creates a line.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.