Enum Class CaElementType
- All Implemented Interfaces:
Serializable
,Comparable<CaElementType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic CaElementType
fromString
(String text) char
getChar()
toString()
static CaElementType
Returns the enum constant of this class with the specified name.static CaElementType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLOCKED_SEGMENTS
@Documentation("https://talkbank.org/manuals/CHAT.html#Blocking_Marker") public static final CaElementType BLOCKED_SEGMENTS -
CONSTRICTION
@Documentation("https://talkbank.org/manuals/CHAT.html#Constriction_Element") public static final CaElementType CONSTRICTION -
INHALATION
@Documentation("https://talkbank.org/manuals/CHAT.html#Inhalation_Element") public static final CaElementType INHALATION -
LAUGH_IN_WORD
@Documentation("https://talkbank.org/manuals/CHAT.html#LaughInWord_Element") public static final CaElementType LAUGH_IN_WORD -
PITCH_DOWN
@Documentation("https://talkbank.org/manuals/CHAT.html#PitchDown_Element") public static final CaElementType PITCH_DOWN -
PITCH_RESET
@Documentation("https://talkbank.org/manuals/CHAT.html#PitchReset_Element") public static final CaElementType PITCH_RESET -
PITCH_UP
@Documentation("https://talkbank.org/manuals/CHAT.html#PitchUp_Element") public static final CaElementType PITCH_UP -
PRIMARY_STRESS
@Documentation("https://talkbank.org/manuals/CHAT.html#PrimaryStress_Element") public static final CaElementType PRIMARY_STRESS -
SECONDARY_STRESS
@Documentation("https://talkbank.org/manuals/CHAT.html#SecondaryStress_Element") public static final CaElementType SECONDARY_STRESS -
HARDENING
@Documentation("https://talkbank.org/manuals/CHAT.html#Hardening_Element") public static final CaElementType HARDENING -
HURRIED_START
@Documentation("https://talkbank.org/manuals/CHAT.html#HurriedStart_Element") public static final CaElementType HURRIED_START -
SUDDEN_STOP
@Documentation("https://talkbank.org/manuals/CHAT.html#SuddenStop_Element") public static final CaElementType SUDDEN_STOP
-
-
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
-
getChar
public char getChar() -
getDisplayName
-
toString
- Overrides:
toString
in classEnum<CaElementType>
-
fromString
-