Enum Class CaElementType

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

public enum CaElementType extends Enum<CaElementType>
  • Enum Constant Details

    • BLOCKED_SEGMENTS

      @Documentation("https://talkbank.org/manuals/CHAT.html#Blocking_Marker") public static final CaElementType BLOCKED_SEGMENTS
    • CONSTRICTION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Constriction_Element") public static final CaElementType CONSTRICTION
    • INHALATION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Inhalation_Element") public static final CaElementType INHALATION
    • LAUGH_IN_WORD

      @Documentation("https://talkbank.org/manuals/CHAT.html#LaughInWord_Element") public static final CaElementType LAUGH_IN_WORD
    • PITCH_DOWN

      @Documentation("https://talkbank.org/manuals/CHAT.html#PitchDown_Element") public static final CaElementType PITCH_DOWN
    • PITCH_RESET

      @Documentation("https://talkbank.org/manuals/CHAT.html#PitchReset_Element") public static final CaElementType PITCH_RESET
    • PITCH_UP

      @Documentation("https://talkbank.org/manuals/CHAT.html#PitchUp_Element") public static final CaElementType PITCH_UP
    • PRIMARY_STRESS

      @Documentation("https://talkbank.org/manuals/CHAT.html#PrimaryStress_Element") public static final CaElementType PRIMARY_STRESS
    • SECONDARY_STRESS

      @Documentation("https://talkbank.org/manuals/CHAT.html#SecondaryStress_Element") public static final CaElementType SECONDARY_STRESS
    • HARDENING

      @Documentation("https://talkbank.org/manuals/CHAT.html#Hardening_Element") public static final CaElementType HARDENING
    • HURRIED_START

      @Documentation("https://talkbank.org/manuals/CHAT.html#HurriedStart_Element") public static final CaElementType HURRIED_START
    • SUDDEN_STOP

      @Documentation("https://talkbank.org/manuals/CHAT.html#SuddenStop_Element") public static final CaElementType SUDDEN_STOP
  • Method Details

    • values

      public static CaElementType[] 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 CaElementType 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
    • getChar

      public char getChar()
    • getDisplayName

      public String getDisplayName()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CaElementType>
    • fromString

      public static CaElementType fromString(String text)