Uses of Enum Class
org.coderic.iso20022.messages.casp.InformationQualify1Code
Packages that use InformationQualify1Code
-
Uses of InformationQualify1Code in org.coderic.iso20022.messages.casp
Methods in org.coderic.iso20022.messages.casp that return InformationQualify1CodeModifier and TypeMethodDescriptionstatic InformationQualify1CodeInputResult6.getInfQlfr()Gets the value of the infQlfr property.OutputResult2.getInfQlfr()Gets the value of the infQlfr property.static InformationQualify1CodeReturns the enum constant of this class with the specified name.static InformationQualify1Code[]InformationQualify1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.casp with parameters of type InformationQualify1CodeModifier and TypeMethodDescriptionvoidInputResult6.setInfQlfr(InformationQualify1Code value) Sets the value of the infQlfr property.voidOutputResult2.setInfQlfr(InformationQualify1Code value) Sets the value of the infQlfr property.