Uses of Enum Class
ca.phon.orthography.WordPrefixType
-
Uses of WordPrefixType in ca.phon.orthography
Modifier 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.Modifier 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) ModifierConstructorDescriptionOrthoWord
(String data, WordPrefixType prefix) OrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthoWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) WordPrefix
(WordPrefixType type)