Uses of Enum Class
org.coderic.iso20022.messages.pacs.CreditDebitCode
Packages that use CreditDebitCode
-
Uses of CreditDebitCode in org.coderic.iso20022.messages.pacs
Methods in org.coderic.iso20022.messages.pacs that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCodeAmountAndDirection5.getCdtDbt()Gets the value of the cdtDbt property.static CreditDebitCodeReturns the enum constant of this class with the specified name.static CreditDebitCode[]CreditDebitCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.pacs with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoidAmountAndDirection5.setCdtDbt(CreditDebitCode value) Sets the value of the cdtDbt property.