Uses of Enum Class
ca.phon.ipadictionary.ContractionRule.ConditionType
Packages that use ContractionRule.ConditionType
-
Uses of ContractionRule.ConditionType in ca.phon.ipadictionary
Subclasses with type arguments of type ContractionRule.ConditionType in ca.phon.ipadictionaryMethods 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 TypeMethodDescriptionvoidContractionRule.setLhsType(ContractionRule.ConditionType lhsType) voidContractionRule.setRhsType(ContractionRule.ConditionType rhsType) voidContractionRule.setTlhsType(ContractionRule.ConditionType tlhsType) voidContractionRule.setTrhsType(ContractionRule.ConditionType trhsType)