Enum Class GroupAnnotationType
- All Implemented Interfaces:
Serializable
,Comparable<GroupAnnotationType>
,Constable
@Documentation("https://talkbank.org/manuals/CHAT.html#DependentOnMain_Scope")
public enum GroupAnnotationType
extends Enum<GroupAnnotationType>
Type of group annotation on main line.
-
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 TypeMethodDescriptionfromPrefix
(String prefix) static GroupAnnotationType
Returns the enum constant of this class with the specified name.static GroupAnnotationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALTERNATIVE
@Documentation("https://talkbank.org/manuals/CHAT.html#AlternativeTranscription_Scope") public static final GroupAnnotationType ALTERNATIVE -
COMMENTS
@Documentation("https://talkbank.org/manuals/CHAT.html#Comment_Scope") public static final GroupAnnotationType COMMENTS -
EXPLANATION
@Documentation("https://talkbank.org/manuals/CHAT.html#Explanation_Scope") public static final GroupAnnotationType EXPLANATION -
PARALINGUISTICS
@Documentation("https://talkbank.org/manuals/CHAT.html#ParalinguisticMaterial_Scope") public static final GroupAnnotationType PARALINGUISTICS
-
-
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
-
getPrefix
-
getDisplayName
-
fromPrefix
-