Enum Class CaDelimiterType
- All Implemented Interfaces:
Serializable
,Comparable<CaDelimiterType>
,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 CaDelimiterType
fromString
(String text) char
getChar()
toString()
static CaDelimiterType
Returns the enum constant of this class with the specified name.static CaDelimiterType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BREATHY_VOICE
@Documentation("https://talkbank.org/manuals/CHAT.html#BreathyVoice_Delimiter") public static final CaDelimiterType BREATHY_VOICE -
CREAKY
@Documentation("https://talkbank.org/manuals/CHAT.html#Creaky_Delimiter") public static final CaDelimiterType CREAKY -
FASTER
@Documentation("https://talkbank.org/manuals/CHAT.html#Faster_Delimiter") public static final CaDelimiterType FASTER -
HIGH_PITCH
@Documentation("https://talkbank.org/manuals/CHAT.html#HighPitch_Delimiter") public static final CaDelimiterType HIGH_PITCH -
LOUDER
@Documentation("https://talkbank.org/manuals/CHAT.html#Louder_Delimiter") public static final CaDelimiterType LOUDER -
LOW_PITCH
@Documentation("https://talkbank.org/manuals/CHAT.html#LowPitch_Delimiter") public static final CaDelimiterType LOW_PITCH -
PRECISE
@Documentation("https://talkbank.org/manuals/CHAT.html#Precise_Delimiter") public static final CaDelimiterType PRECISE -
REPEATED_SEGMENT
@Documentation("https://talkbank.org/manuals/CHAT.html#RepeatedSegment_Delimiter") public static final CaDelimiterType REPEATED_SEGMENT -
SINGING
@Documentation("https://talkbank.org/manuals/CHAT.html#Singing_Delimiter") public static final CaDelimiterType SINGING -
SLOWER
@Documentation("https://talkbank.org/manuals/CHAT.html#Slower_Delimiter") public static final CaDelimiterType SLOWER -
SMILE_VOICE
@Documentation("https://talkbank.org/manuals/CHAT.html#SmileVoice_Delimiter") public static final CaDelimiterType SMILE_VOICE -
SOFTER
@Documentation("https://talkbank.org/manuals/CHAT.html#Softer_Delimiter") public static final CaDelimiterType SOFTER -
UNSURE
@Documentation("https://talkbank.org/manuals/CHAT.html#Unsure_Delimiter") public static final CaDelimiterType UNSURE -
WHISPER
@Documentation("https://talkbank.org/manuals/CHAT.html#Whisper_Delimiter") public static final CaDelimiterType WHISPER -
YAWN
@Documentation("https://talkbank.org/manuals/CHAT.html#Yawn_Delimiter") public static final CaDelimiterType YAWN
-
-
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<CaDelimiterType>
-
fromString
-