Enum Class MarkerType

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

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

    • STRESSING

      @Documentation("https://talkbank.org/manuals/CHAT.html#Stressing_Scope") public static final MarkerType STRESSING
    • CONTRASTIVE_STRESSING

      @Documentation("https://talkbank.org/manuals/CHAT.html#ContrastiveStressing_Scope") public static final MarkerType CONTRASTIVE_STRESSING
    • BEST_GUESS

      @Documentation("https://talkbank.org/manuals/CHAT.html#BestGuess_Scope") public static final MarkerType BEST_GUESS
    • RETRACING

      @Documentation("https://talkbank.org/manuals/CHAT.html#Repetition_Scope") public static final MarkerType RETRACING
    • RETRACING_WITH_CORRECTION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Retracing_Scope") public static final MarkerType RETRACING_WITH_CORRECTION
    • RETRACING_REFORMULATION

      @Documentation("https://talkbank.org/manuals/CHAT.html#Reformulation_Scope") public static final MarkerType RETRACING_REFORMULATION
    • RETRACING_UNCLEAR

      @Documentation("https://talkbank.org/manuals/CHAT.html#UnclearRetracing_Scope") public static final MarkerType RETRACING_UNCLEAR
    • FALSE_START

      @Documentation("https://talkbank.org/manuals/CHAT.html#FalseStart_Scope") public static final MarkerType FALSE_START
    • EXCLUDE

      @Documentation("https://talkbank.org/manuals/CHAT.html#MorExclude_Scope") public static final MarkerType EXCLUDE
      Content to be excluded, mor exclude in CLAN If applied to the utterance, record.isExcludeFromSearhes() will return true
  • Method Details

    • values

      public static MarkerType[] 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 MarkerType 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
    • getText

      public String getText()
    • getDisplayString

      public String getDisplayString()
    • toString

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

      public static MarkerType fromString(String text)