Uses of Enum Class
ca.phon.syllabifier.basic.io.ConstituentType
Packages that use ConstituentType
-
Uses of ConstituentType in ca.phon.syllabifier.basic.io
Fields in ca.phon.syllabifier.basic.io declared as ConstituentTypeMethods in ca.phon.syllabifier.basic.io that return ConstituentTypeModifier and TypeMethodDescriptionstatic ConstituentType
MarkGroup.getMark()
Gets the value of the mark property.static ConstituentType
Returns the enum constant of this class with the specified name.static ConstituentType[]
ConstituentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.syllabifier.basic.io with parameters of type ConstituentTypeModifier and TypeMethodDescriptionvoid
MarkGroup.setMark
(ConstituentType value) Sets the value of the mark property.