Uses of Enum Class
com.mathmaster13.fynotek.BaseFynotekWord.Ablaut
-
Uses of BaseFynotekWord.Ablaut in com.mathmaster13.fynotek
Methods in com.mathmaster13.fynotek that return BaseFynotekWord.AblautModifier and TypeMethodDescription@NotNull BaseFynotekWord.AblautBaseFynotekWord.Ablaut.getAblaut()This method is solely to provide compatibility with theInflectioninterface.@Nullable BaseFynotekWord.AblautBaseFynotekWord.getAblaut()Returns theBaseFynotekWord.Ablautthat this word is marked with, ornullif it is completely unmarked (a root form).@NotNull BaseFynotekWord.AblautBaseFynotekWord.Tense.getAblaut()Returns the ablaut associated with this verb tense.@NotNull BaseFynotekWord.AblautFynotekWord.Case.getAblaut()Returns the ablaut associated with this noun case.@Nullable BaseFynotekWord.AblautFynotekWord.getAblaut()Inflection.getAblaut()Returns the ablaut associated with this Inflection.@Nullable BaseFynotekWord.AblautOldFynotekWord.getAblaut()Returns theBaseFynotekWord.Ablautthat this word is marked with, ornullif it is completely unmarked (a root form).static BaseFynotekWord.AblautReturns 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.Methods in com.mathmaster13.fynotek with parameters of type BaseFynotekWord.AblautModifier and TypeMethodDescriptionabstract @NotNull BaseFynotekWordBaseFynotekWord.ablaut(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this BaseFynotekWord marked for the specified ablaut.@NotNull FynotekWordFynotekWord.ablaut(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this FynotekWord marked for the specified ablaut.@NotNull OldFynotekWordOldFynotekWord.ablaut(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this OldFynotekWord marked for the specified ablaut.