Uses of Class
de.adorsys.multibanking.jpa.entity.BookingGroupJpaEntity.Type
-
Packages that use BookingGroupJpaEntity.Type Package Description de.adorsys.multibanking.jpa.entity de.adorsys.multibanking.jpa.mapper -
-
Uses of BookingGroupJpaEntity.Type in de.adorsys.multibanking.jpa.entity
Methods in de.adorsys.multibanking.jpa.entity that return BookingGroupJpaEntity.Type Modifier and Type Method Description static BookingGroupJpaEntity.TypeBookingGroupJpaEntity.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BookingGroupJpaEntity.Type[]BookingGroupJpaEntity.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BookingGroupJpaEntity.Type in de.adorsys.multibanking.jpa.mapper
Methods in de.adorsys.multibanking.jpa.mapper that return BookingGroupJpaEntity.Type Modifier and Type Method Description protected BookingGroupJpaEntity.TypeJpaEntityMapperImpl. typeToType1(BookingGroup.Type type)Methods in de.adorsys.multibanking.jpa.mapper with parameters of type BookingGroupJpaEntity.Type Modifier and Type Method Description protected BookingGroup.TypeJpaEntityMapperImpl. typeToType(BookingGroupJpaEntity.Type type)
-