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 TypeClassDescriptionenumAn enumeration of suggested dependent tiers names and their equivalents in CHATMethods in ca.phon.session that return UserTierTypeModifier and TypeMethodDescriptionstatic UserTierTypeUserTierType.fromChatTierName(String tierName) static UserTierTypeUserTierType.fromPhonTierName(String tierName) static UserTierTypeUserTierType.fromPhonTierName(String tierName, boolean ignoreCase) static UserTierTypeUserTierType.fromTalkbankTierType(String tbTierType) static UserTierTypeReturns 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