Uses of Class
org.languagetool.markup.TextPart.Type
-
Packages that use TextPart.Type Package Description org.languagetool.markup -
-
Uses of TextPart.Type in org.languagetool.markup
Fields in org.languagetool.markup declared as TextPart.Type Modifier and Type Field Description private TextPart.Type
TextPart. typ
Methods in org.languagetool.markup that return TextPart.Type Modifier and Type Method Description (package private) TextPart.Type
TextPart. getType()
static TextPart.Type
TextPart.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextPart.Type[]
TextPart.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.languagetool.markup with parameters of type TextPart.Type Constructor Description TextPart(java.lang.String part, TextPart.Type typ)
-