Enum Class LinkerType

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

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

    • QUOTED_UTTERANCE_NEXT

      @Documentation("https://talkbank.org/manuals/CHAT.html#QuotedUtterance_Linker") public static final LinkerType QUOTED_UTTERANCE_NEXT
    • QUICK_UPTAKE

      @Documentation("https://talkbank.org/manuals/CHAT.html#QuickUptake_Linker") public static final LinkerType QUICK_UPTAKE
    • LAZY_OVERLAP_MARK

      @Documentation("https://talkbank.org/manuals/CHAT.html#LazyOverlap_Linker") public static final LinkerType LAZY_OVERLAP_MARK
    • SELF_COMPLETION

      @Documentation("https://talkbank.org/manuals/CHAT.html#SelfCompletion_Linker") public static final LinkerType SELF_COMPLETION
    • OTHER_COMPLETION

      @Documentation("https://talkbank.org/manuals/CHAT.html#OtherCompletion_Linker") public static final LinkerType OTHER_COMPLETION
    • TECHNICAL_BREAK_TCU_COMPLETION

      @Documentation("https://talkbank.org/manuals/CHAT.html#TechnicalBreakTCUCompletion_Linker") public static final LinkerType TECHNICAL_BREAK_TCU_COMPLETION
    • NO_BREAK_TCU_COMPLETION

      @Documentation("https://talkbank.org/manuals/CHAT.html#NoBreakTCUCompletion_Linker") public static final LinkerType NO_BREAK_TCU_COMPLETION
  • Method Details

    • values

      public static LinkerType[] 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 LinkerType 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
    • getDisplayName

      public String getDisplayName()
    • getText

      public String getText()
    • toString

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

      public static LinkerType fromString(String text)