Uses of Enum Class
ca.phon.ipa.IntonationGroupType
Packages that use IntonationGroupType
-
Uses of IntonationGroupType in ca.phon.ipa
Subclasses with type arguments of type IntonationGroupType in ca.phon.ipaMethods in ca.phon.ipa that return IntonationGroupTypeModifier and TypeMethodDescriptionIntonationGroup.getType()static IntonationGroupTypeReturns the enum constant of this class with the specified name.static IntonationGroupType[]IntonationGroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa with parameters of type IntonationGroupTypeModifier and TypeMethodDescriptionIPAElementFactory.createIntonationGroup(IntonationGroupType type) Create a new intonation groupConstructors in ca.phon.ipa with parameters of type IntonationGroupTypeModifierConstructorDescriptionConstructorIntonationGroup(IntonationGroupType type, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo)