Uses of Class
de.adorsys.multibanking.web.model.RuleTO.SIMILARITY_MATCH_TYPE
-
Packages that use RuleTO.SIMILARITY_MATCH_TYPE Package Description de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of RuleTO.SIMILARITY_MATCH_TYPE in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return RuleTO.SIMILARITY_MATCH_TYPE Modifier and Type Method Description protected RuleTO.SIMILARITY_MATCH_TYPERuleMapperImpl. sIMILARITY_MATCH_TYPEToSIMILARITY_MATCH_TYPE(de.adorsys.multibanking.domain.Rule.SIMILARITY_MATCH_TYPE sIMILARITY_MATCH_TYPE)Methods in de.adorsys.multibanking.web.mapper with parameters of type RuleTO.SIMILARITY_MATCH_TYPE Modifier and Type Method Description protected de.adorsys.multibanking.domain.Rule.SIMILARITY_MATCH_TYPERuleMapperImpl. sIMILARITY_MATCH_TYPEToSIMILARITY_MATCH_TYPE1(RuleTO.SIMILARITY_MATCH_TYPE sIMILARITY_MATCH_TYPE) -
Uses of RuleTO.SIMILARITY_MATCH_TYPE in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return RuleTO.SIMILARITY_MATCH_TYPE Modifier and Type Method Description static RuleTO.SIMILARITY_MATCH_TYPERuleTO.SIMILARITY_MATCH_TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleTO.SIMILARITY_MATCH_TYPE[]RuleTO.SIMILARITY_MATCH_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-