Uses of Enum Class
ca.phon.ipadictionary.ContractionRule.ConditionType
-
Uses of ContractionRule.ConditionType in ca.phon.ipadictionary
Modifier 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.Modifier 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)