Uses of Enum Class
ca.phon.session.UserTierType
Packages that use UserTierType
-
Uses of UserTierType in ca.phon.session
Subclasses with type arguments of type UserTierType in ca.phon.sessionModifier and TypeClassDescriptionenum
An enumeration of suggested dependent tiers names and their equivalents in CHATMethods in ca.phon.session that return UserTierTypeModifier and TypeMethodDescriptionstatic UserTierType
UserTierType.fromChatTierName
(String tierName) static UserTierType
UserTierType.fromPhonTierName
(String tierName) static UserTierType
UserTierType.fromPhonTierName
(String tierName, boolean ignoreCase) static UserTierType
UserTierType.fromTalkbankTierType
(String tbTierType) static UserTierType
Returns the enum constant of this class with the specified name.static UserTierType[]
UserTierType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.session with parameters of type UserTierTypeModifier and TypeMethodDescriptionSessionFactory.createTierDescription
(UserTierType userTier) Create tier description from UserTierType