Uses of Enum Class
com.mathmaster13.fynotek.BaseFynotekWord.Ablaut
-
Uses of BaseFynotekWord.Ablaut in com.mathmaster13.fynotek
Modifier and TypeMethodDescription@NotNull BaseFynotekWord.Ablaut
BaseFynotekWord.Ablaut.getAblaut()
This method is solely to provide compatibility with theInflection
interface.@Nullable BaseFynotekWord.Ablaut
BaseFynotekWord.getAblaut()
Returns theBaseFynotekWord.Ablaut
that this word is marked with, ornull
if it is completely unmarked (a root form).@NotNull BaseFynotekWord.Ablaut
BaseFynotekWord.Tense.getAblaut()
Returns the ablaut associated with this verb tense.@NotNull BaseFynotekWord.Ablaut
FynotekWord.Case.getAblaut()
Returns the ablaut associated with this noun case.@Nullable BaseFynotekWord.Ablaut
FynotekWord.getAblaut()
Inflection.getAblaut()
Returns the ablaut associated with this Inflection.@Nullable BaseFynotekWord.Ablaut
OldFynotekWord.getAblaut()
Returns theBaseFynotekWord.Ablaut
that this word is marked with, ornull
if it is completely unmarked (a root form).static BaseFynotekWord.Ablaut
Returns the enum constant of this class with the specified name.static BaseFynotekWord.Ablaut[]
BaseFynotekWord.Ablaut.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract @NotNull BaseFynotekWord
BaseFynotekWord.ablaut
(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this BaseFynotekWord marked for the specified ablaut.@NotNull FynotekWord
FynotekWord.ablaut
(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this FynotekWord marked for the specified ablaut.@NotNull OldFynotekWord
OldFynotekWord.ablaut
(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this OldFynotekWord marked for the specified ablaut.