Uses of Enum Class
org.coderic.iso20022.messages.cafm.Algorithm8Code
Packages that use Algorithm8Code
-
Uses of Algorithm8Code in org.coderic.iso20022.messages.cafm
Methods in org.coderic.iso20022.messages.cafm that return Algorithm8CodeModifier and TypeMethodDescriptionstatic Algorithm8CodeAlgorithmIdentification12.getAlgo()Gets the value of the algo property.AlgorithmIdentification18.getAlgo()Gets the value of the algo property.AlgorithmIdentification26.getAlgo()Gets the value of the algo property.static Algorithm8CodeReturns the enum constant of this class with the specified name.static Algorithm8Code[]Algorithm8Code.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 Algorithm8CodeModifier and TypeMethodDescriptionvoidAlgorithmIdentification12.setAlgo(Algorithm8Code value) Sets the value of the algo property.voidAlgorithmIdentification18.setAlgo(Algorithm8Code value) Sets the value of the algo property.voidAlgorithmIdentification26.setAlgo(Algorithm8Code value) Sets the value of the algo property.