Uses of Enum Class
ca.phon.ipa.features.FeatureFamily
Packages that use FeatureFamily
-
Uses of FeatureFamily in ca.phon.ipa.features
Methods in ca.phon.ipa.features that return FeatureFamilyModifier and TypeMethodDescriptionstatic FeatureFamily
Feature.getPrimaryFamily()
Feature.getSecondaryFamily()
static FeatureFamily
Returns the enum constant of this class with the specified name.static FeatureFamily[]
FeatureFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa.features with parameters of type FeatureFamilyModifier and TypeMethodDescriptionvoid
Feature.setPrimaryFamily
(FeatureFamily primaryFamily) void
Feature.setSecondaryFamily
(FeatureFamily secondaryFamily)