Enum Class LinkerType
- All Implemented Interfaces:
Serializable
,Comparable<LinkerType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkerType
fromString
(String text) getText()
toString()
static LinkerType
Returns the enum constant of this class with the specified name.static LinkerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
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
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
-
getDisplayName
-
getText
-
toString
- Overrides:
toString
in classEnum<LinkerType>
-
fromString
-