Uses of Class
de.adorsys.xs2a.adapter.crealogix.model.CrealogixActionCode
-
Packages that use CrealogixActionCode Package Description de.adorsys.xs2a.adapter.crealogix.model -
-
Uses of CrealogixActionCode in de.adorsys.xs2a.adapter.crealogix.model
Methods in de.adorsys.xs2a.adapter.crealogix.model that return CrealogixActionCode Modifier and Type Method Description static CrealogixActionCodeCrealogixActionCode. fromValue(String text)CrealogixActionCodeCrealogixValidationResponse. getActionCode()static CrealogixActionCodeCrealogixActionCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CrealogixActionCode[]CrealogixActionCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.crealogix.model with parameters of type CrealogixActionCode Modifier and Type Method Description voidCrealogixValidationResponse. setActionCode(CrealogixActionCode actionCode)
-