Uses of Enum Class
org.coderic.iso20022.messages.cafm.Algorithm7Code
Packages that use Algorithm7Code
-
Uses of Algorithm7Code in org.coderic.iso20022.messages.cafm
Methods in org.coderic.iso20022.messages.cafm that return Algorithm7CodeModifier and TypeMethodDescriptionstatic Algorithm7CodeAlgorithmIdentification19.getAlgo()Gets the value of the algo property.AlgorithmIdentification27.getAlgo()Gets the value of the algo property.static Algorithm7CodeReturns the enum constant of this class with the specified name.static Algorithm7Code[]Algorithm7Code.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 Algorithm7CodeModifier and TypeMethodDescriptionvoidAlgorithmIdentification19.setAlgo(Algorithm7Code value) Sets the value of the algo property.voidAlgorithmIdentification27.setAlgo(Algorithm7Code value) Sets the value of the algo property.