Uses of Enum Class
org.coderic.iso20022.messages.caam.Algorithm11Code
Packages that use Algorithm11Code
-
Uses of Algorithm11Code in org.coderic.iso20022.messages.caam
Methods in org.coderic.iso20022.messages.caam that return Algorithm11CodeModifier and TypeMethodDescriptionstatic Algorithm11CodeParameter4.getDgstAlgo()Gets the value of the dgstAlgo property.Parameter5.getDgstAlgo()Gets the value of the dgstAlgo property.static Algorithm11CodeReturns the enum constant of this class with the specified name.static Algorithm11Code[]Algorithm11Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.caam with parameters of type Algorithm11CodeModifier and TypeMethodDescriptionvoidParameter4.setDgstAlgo(Algorithm11Code value) Sets the value of the dgstAlgo property.voidParameter5.setDgstAlgo(Algorithm11Code value) Sets the value of the dgstAlgo property.