Enum Class WordFormType

java.lang.Object
java.lang.Enum<WordFormType>
ca.phon.orthography.WordFormType
All Implemented Interfaces:
Serializable, Comparable<WordFormType>, Constable

public enum WordFormType extends Enum<WordFormType>
Word suffix codes. Suffixes are applied to words after a '@' character.
  • Enum Constant Details

    • ADDITION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Addition_Marker") public static final WordFormType ADDITION
    • BABBLING

      @Documentation("https://talkbank.org/manuals/CHAT.html#Babbling_Marker") public static final WordFormType BABBLING
    • CHILD_INVENTED

      @Documentation("https://talkbank.org/manuals/CHAT.html#ChildInvented_Marker") public static final WordFormType CHILD_INVENTED
    • DIALECT

      @Documentation("https://talkbank.org/manuals/CHAT.html#DialectForm_Marker") public static final WordFormType DIALECT
    • ECHOLALIA

      @Documentation("https://talkbank.org/manuals/CHAT.html#EcholaliaForm_Marker") public static final WordFormType ECHOLALIA
    • FAMILY_SPECIFIC

      @Documentation("https://talkbank.org/manuals/CHAT.html#FamilySpecificForm_Marker") public static final WordFormType FAMILY_SPECIFIC
    • FILLED_PAUSE

      @Documentation("https://talkbank.org/manuals/CHAT.html#FilledPause_Marker") public static final WordFormType FILLED_PAUSE
    • GENERIC

      @Documentation("https://talkbank.org/manuals/CHAT.html#GeneralSpecialForm_Marker") public static final WordFormType GENERIC
    • INTERJECTION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Interjection_Marker") public static final WordFormType INTERJECTION
    • KANA

      @Documentation("https://talkbank.org/manuals/CHAT.html#Kana_Marker") public static final WordFormType KANA
    • LETTER

      @Documentation("https://talkbank.org/manuals/CHAT.html#Letter_Marker") public static final WordFormType LETTER
    • NEOLOGISM

      @Documentation("https://talkbank.org/manuals/CHAT.html#Neologism_Marker") public static final WordFormType NEOLOGISM
    • NO_VOICE

      @Documentation("https://talkbank.org/manuals/CHAT.html#NonvoicedForm_Marker") public static final WordFormType NO_VOICE
    • ONOMATOPOEIA

      @Documentation("https://talkbank.org/manuals/CHAT.html#Onomatopoeia_Marker") public static final WordFormType ONOMATOPOEIA
    • PHONOLOGY_CONSISTENT

      @Documentation("https://talkbank.org/manuals/CHAT.html#PCF_Marker") public static final WordFormType PHONOLOGY_CONSISTENT
    • QUOTED_METAREFERENCE

      @Documentation("https://talkbank.org/manuals/CHAT.html#MetalinguisticReference_Marker") public static final WordFormType QUOTED_METAREFERENCE
    • SIGN_SPEECH

      @Documentation("https://talkbank.org/manuals/CHAT.html#SignAndSpeech_Marker") public static final WordFormType SIGN_SPEECH
    • SINGING

      @Documentation("https://talkbank.org/manuals/CHAT.html#Singing_Marker") public static final WordFormType SINGING
    • SIGNED_LANGUAGE

      @Documentation("https://talkbank.org/manuals/CHAT.html#SignLanguage_Marker") public static final WordFormType SIGNED_LANGUAGE
    • TEST

      @Documentation("https://talkbank.org/manuals/CHAT.html#TestWord_Marker") public static final WordFormType TEST
    • UNIBET

      @Documentation("https://talkbank.org/manuals/CHAT.html#Unibet_Marker") public static final WordFormType UNIBET
    • WORDS_TO_BE_EXCLUDED

      @Documentation("https://talkbank.org/manuals/CHAT.html#Excluded_Marker") public static final WordFormType WORDS_TO_BE_EXCLUDED
    • WORD_PLAY

      @Documentation("https://talkbank.org/manuals/CHAT.html#WordPlay_Marker") public static final WordFormType WORD_PLAY
  • Method Details

    • values

      public static WordFormType[] 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

      public static WordFormType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
    • getDisplayName

      public String getDisplayName()
    • fromCode

      public static WordFormType fromCode(String code)