Uses of Enum Class
ca.phon.orthography.WordSuffixType
-
Uses of WordSuffixType in ca.phon.orthography
Modifier 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.Modifier 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) ModifierConstructorDescriptionOrthoWord
(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)