Uses of Enum Class
org.coderic.iso20022.messages.canm.EncryptedDataFormat1Code
Packages that use EncryptedDataFormat1Code
-
Uses of EncryptedDataFormat1Code in org.coderic.iso20022.messages.canm
Methods in org.coderic.iso20022.messages.canm that return EncryptedDataFormat1CodeModifier and TypeMethodDescriptionstatic EncryptedDataFormat1CodeEncryptedDataElement1.getClearTxtDataFrmt()Gets the value of the clearTxtDataFrmt property.static EncryptedDataFormat1CodeReturns the enum constant of this class with the specified name.static EncryptedDataFormat1Code[]EncryptedDataFormat1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.canm with parameters of type EncryptedDataFormat1CodeModifier and TypeMethodDescriptionvoidEncryptedDataElement1.setClearTxtDataFrmt(EncryptedDataFormat1Code value) Sets the value of the clearTxtDataFrmt property.