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