Uses of Enum Class
ca.phon.ipadictionary.ContractionRule.ConditionType
Packages that use ContractionRule.ConditionType
-
Uses of ContractionRule.ConditionType in ca.phon.ipadictionary
Methods in ca.phon.ipadictionary that return ContractionRule.ConditionTypeModifier and TypeMethodDescriptionContractionRule.getLhsType()
ContractionRule.getRhsType()
ContractionRule.getTlhsType()
ContractionRule.getTrhsType()
Returns the enum constant of this class with the specified name.static ContractionRule.ConditionType[]
ContractionRule.ConditionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipadictionary with parameters of type ContractionRule.ConditionTypeModifier and TypeMethodDescriptionvoid
ContractionRule.setLhsType
(ContractionRule.ConditionType lhsType) void
ContractionRule.setRhsType
(ContractionRule.ConditionType rhsType) void
ContractionRule.setTlhsType
(ContractionRule.ConditionType tlhsType) void
ContractionRule.setTrhsType
(ContractionRule.ConditionType trhsType)