Uses of Enum Class
com.github.rjeschke.txtmark.LineType
Packages that use LineType
-
Uses of LineType in com.github.rjeschke.txtmark
Subclasses with type arguments of type LineType in com.github.rjeschke.txtmarkMethods in com.github.rjeschke.txtmark that return LineTypeModifier and TypeMethodDescriptionLine.getLineType(Configuration configuration) Gets this line's 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.