Uses of Class
de.adorsys.ledgers.deposit.db.domain.FrequencyCode
-
Packages that use FrequencyCode Package Description de.adorsys.ledgers.deposit.db.domain -
-
Uses of FrequencyCode in de.adorsys.ledgers.deposit.db.domain
Methods in de.adorsys.ledgers.deposit.db.domain that return FrequencyCode Modifier and Type Method Description static FrequencyCodeFrequencyCode. fromValue(String text)static FrequencyCodeFrequencyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FrequencyCode[]FrequencyCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-