Enum Class UserTierType
- All Implemented Interfaces:
Serializable
,Comparable<UserTierType>
,Constable
An enumeration of suggested dependent tiers names and their
equivalents in CHAT
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPhone segment information, each phone in IPA Actual will be reproduced along with an internal-media element, this tier is not directly editable.ugra/gra/grt tiersumor/mor/trn tiersword segment information, each word in orthography will be reproduced along with an internal-media element, this tier is not directly editable. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
abbreviateTierName
(String tierName) CLAN requires user-defined tier names be no longer than 7 charactersstatic String
determineCHATTierName
(Session session, String tierName) Abbreviate given tier name to a CHAT tier name.static UserTierType
fromChatTierName
(String tierName) static UserTierType
fromPhonTierName
(String tierName) static UserTierType
fromPhonTierName
(String tierName, boolean ignoreCase) static UserTierType
fromTalkbankTierType
(String tbTierType) Class
<?> getType()
boolean
static UserTierType
Returns the enum constant of this class with the specified name.static UserTierType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Addressee
-
Actions
-
Alternative
-
Coding
-
Cohesion
-
Comments
-
EnglishTranslation
-
Errcoding
-
Explanation
-
Facial
-
Flow
-
TargetGloss
-
Gesture
-
Intonation
-
Orthography
-
Paralinguistics
-
SALT
-
Situation
-
SpeechAct
-
TimeStamp
-
Wor
word segment information, each word in orthography will be reproduced along with an internal-media element, this tier is not directly editable. -
PhoneIntervals
Phone segment information, each phone in IPA Actual will be reproduced along with an internal-media element, this tier is not directly editable. -
Umor
umor/mor/trn tiers -
Mor
-
Trn
-
Ugra
ugra/gra/grt tiers -
Gra
-
Grt
-
-
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
-
getPhonTierName
-
getTalkbankTierType
-
getChatTierName
-
getType
-
isAlignable
public boolean isAlignable() -
fromPhonTierName
-
fromPhonTierName
-
fromChatTierName
-
fromTalkbankTierType
-
determineCHATTierName
-
abbreviateTierName
-