Uses of Enum Class
ca.phon.orthography.WordSuffixType
Packages that use WordSuffixType
-
Uses of WordSuffixType in ca.phon.orthography
Methods in ca.phon.orthography that return WordSuffixTypeModifier and TypeMethodDescriptionstatic WordSuffixType
WordSuffix.getType()
static WordSuffixType
Returns the enum constant of this class with the specified name.static WordSuffixType[]
WordSuffixType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.orthography with parameters of type WordSuffixTypeModifier and TypeMethodDescriptionOrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) OrthographyBuilder.appendWord
(String data, WordSuffixType suffix) void
WordSuffix.setType
(WordSuffixType type) Constructors in ca.phon.orthography with parameters of type WordSuffixTypeModifierConstructorDescriptionOrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) OrthoWord
(String data, WordSuffixType suffix) WordSuffix
(WordSuffixType type) WordSuffix
(WordSuffixType type, String formSuffix, String code)