Uses of Class
com.github.rjeschke.txtmark.LineType
-
Packages that use LineType Package Description com.github.rjeschke.txtmark -
-
Uses of LineType in com.github.rjeschke.txtmark
Methods in com.github.rjeschke.txtmark that return LineType Modifier and Type Method Description LineTypeLine. getLineType(Configuration configuration)Gets this line's type.static LineTypeLineType. valueOf(java.lang.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.
-