Uses of Enum Class
ca.phon.orthography.WordType
Packages that use WordType
-
Uses of WordType in ca.phon.orthography
Subclasses with type arguments of type WordType in ca.phon.orthographyMethods in ca.phon.orthography that return WordTypeModifier and TypeMethodDescriptionstatic WordType
WordType.fromString
(String text) WordPrefix.getType()
static WordType
Returns the enum constant of this class with the specified name.static WordType[]
WordType.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 WordTypeModifier and TypeMethodDescriptionOrthographyBuilder.appendWord
(String data, WordType prefix) OrthographyBuilder.appendWord
(String data, WordType prefix, WordFormType suffix) OrthographyBuilder.appendWord
(String data, WordType prefix, WordFormType suffix, UntranscribedType untranscribed) void
Constructors in ca.phon.orthography with parameters of type WordTypeModifierConstructorDescriptionWord
(String text, WordType prefix, WordFormType suffix) Word
(String text, WordType prefix, WordFormType suffix, UntranscribedType untranscribed) WordPrefix
(WordType type)