Uses of Enum Class
org.coderic.iso20022.messages.cafm.Algorithm16Code
-
Uses of Algorithm16Code in org.coderic.iso20022.messages.cafm
Modifier and TypeMethodDescriptionstatic Algorithm16Code
AlgorithmIdentification21.getAlgo()
Gets the value of the algo property.Parameter10.getDgstAlgo()
Gets the value of the dgstAlgo property.Parameter11.getDgstAlgo()
Gets the value of the dgstAlgo property.Parameter9.getDgstAlgo()
Gets the value of the dgstAlgo property.static Algorithm16Code
Returns the enum constant of this class with the specified name.static Algorithm16Code[]
Algorithm16Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AlgorithmIdentification21.setAlgo
(Algorithm16Code value) Sets the value of the algo property.void
Parameter10.setDgstAlgo
(Algorithm16Code value) Sets the value of the dgstAlgo property.void
Parameter11.setDgstAlgo
(Algorithm16Code value) Sets the value of the dgstAlgo property.void
Parameter9.setDgstAlgo
(Algorithm16Code value) Sets the value of the dgstAlgo property.