Uses of Enum Class
org.coderic.iso20022.messages.cafm.Algorithm18Code
Packages that use Algorithm18Code
-
Uses of Algorithm18Code in org.coderic.iso20022.messages.cafm
Methods in org.coderic.iso20022.messages.cafm that return Algorithm18CodeModifier and TypeMethodDescriptionstatic Algorithm18CodeAlgorithmIdentification23.getAlgo()Gets the value of the algo property.AlgorithmIdentification24.getAlgo()Gets the value of the algo property.static Algorithm18CodeReturns the enum constant of this class with the specified name.static Algorithm18Code[]Algorithm18Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.cafm with parameters of type Algorithm18CodeModifier and TypeMethodDescriptionvoidAlgorithmIdentification23.setAlgo(Algorithm18Code value) Sets the value of the algo property.voidAlgorithmIdentification24.setAlgo(Algorithm18Code value) Sets the value of the algo property.