Uses of Enum Class
ca.phon.orthography.WordPrefixType
Packages that use WordPrefixType
-
Uses of WordPrefixType in ca.phon.orthography
Methods in ca.phon.orthography that return WordPrefixTypeModifier and TypeMethodDescriptionstatic WordPrefixType
WordPrefix.getType()
static WordPrefixType
Returns the enum constant of this class with the specified name.static WordPrefixType[]
WordPrefixType.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 WordPrefixTypeModifier and TypeMethodDescriptionOrthographyBuilder.appendWord
(String data, WordPrefixType prefix) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) void
WordPrefix.setType
(WordPrefixType type) Constructors in ca.phon.orthography with parameters of type WordPrefixTypeModifierConstructorDescriptionOrthoWord
(String data, WordPrefixType prefix) OrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) WordPrefix
(WordPrefixType type)