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