Uses of Enum Class
ca.phon.featureset.xml.Family
Packages that use Family
-
Uses of Family in ca.phon.featureset.xml
Fields in ca.phon.featureset.xml declared as FamilyModifier and TypeFieldDescriptionprotected Family
FeatureType.primaryFamily
protected Family
FeatureType.secondaryFamily
Methods in ca.phon.featureset.xml that return FamilyModifier and TypeMethodDescriptionstatic Family
FeatureType.getPrimaryFamily()
Gets the value of the primaryFamily property.FeatureType.getSecondaryFamily()
Gets the value of the secondaryFamily property.static Family
Returns the enum constant of this class with the specified name.static Family[]
Family.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.featureset.xml that return types with arguments of type FamilyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Family>
ObjectFactory.createPrimaryFamily
(Family value) jakarta.xml.bind.JAXBElement<Family>
ObjectFactory.createSecondaryFamily
(Family value) Methods in ca.phon.featureset.xml with parameters of type FamilyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Family>
ObjectFactory.createPrimaryFamily
(Family value) jakarta.xml.bind.JAXBElement<Family>
ObjectFactory.createSecondaryFamily
(Family value) void
FeatureType.setPrimaryFamily
(Family value) Sets the value of the primaryFamily property.void
FeatureType.setSecondaryFamily
(Family value) Sets the value of the secondaryFamily property.