Uses of Class
de.adorsys.multibanking.web.model.BookingGroupTO.Type
-
Packages that use BookingGroupTO.Type Package Description de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of BookingGroupTO.Type in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return BookingGroupTO.Type Modifier and Type Method Description protected BookingGroupTO.TypeAnalyticsMapperImpl. typeToType(de.adorsys.multibanking.domain.BookingGroup.Type type) -
Uses of BookingGroupTO.Type in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return BookingGroupTO.Type Modifier and Type Method Description static BookingGroupTO.TypeBookingGroupTO.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BookingGroupTO.Type[]BookingGroupTO.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-