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