Package ca.phon.orthography
Enum Class WordSuffixType
- All Implemented Interfaces:
Serializable
,Comparable<WordSuffixType>
,Constable
Word suffix codes. Suffixes are applied to words
after a '@' character.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic WordSuffixType
getCode()
static WordSuffixType
Returns the enum constant of this class with the specified name.static WordSuffixType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SEPARATED_PREFIX
-
USER_SPECIAL_FORM
-
ADDITION
-
BABBLING
-
CHILD_INVENTED
-
DIALECT
-
ECHOLALIA
-
FAMILY_SPECIFIC
-
FILLED_PAUSE
-
FILLER_SYLLABLE
Deprecated. -
GENERIC
-
INTERJECTION
-
KANA
-
LETTER
-
NEOLOGISM
-
NO_VOICE
-
ONOMATOPOEIA
-
PHONOLOGY_CONSISTENT
-
QUOTED_METAREFERENCE
-
SIGN_SPEECH
-
SINGING
-
SIGNED_LANGUAGE
-
TEST
-
UNIBET
-
WORDS_TO_BE_EXCLUDED
-
WORD_PLAY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
-
getDisplayName
-
fromCode
-