Uses of Class
de.adorsys.psd2.xs2a.core.pis.PurposeCode
-
Packages that use PurposeCode Package Description de.adorsys.psd2.xs2a.core.pis -
-
Uses of PurposeCode in de.adorsys.psd2.xs2a.core.pis
Methods in de.adorsys.psd2.xs2a.core.pis that return PurposeCode Modifier and Type Method Description static PurposeCodePurposeCode. fromValue(String text)static PurposeCodePurposeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PurposeCode[]PurposeCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-