Enum Class MarkerType
- All Implemented Interfaces:
Serializable
,Comparable<MarkerType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionContent to be excluded, mor exclude in CLAN If applied to the utterance, record.isExcludeFromSearhes() will return true -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkerType
fromString
(String text) getText()
toString()
static MarkerType
Returns the enum constant of this class with the specified name.static MarkerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
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 EXCLUDEContent to be excluded, mor exclude in CLAN If applied to the utterance, record.isExcludeFromSearhes() will return true
-
-
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
-
getText
-
getDisplayString
-
toString
- Overrides:
toString
in classEnum<MarkerType>
-
fromString
-