Uses of Enum Class
org.coderic.iso20022.messages.tsmt.NamePrefix1Code
Packages that use NamePrefix1Code
-
Uses of NamePrefix1Code in org.coderic.iso20022.messages.tsmt
Methods in org.coderic.iso20022.messages.tsmt that return NamePrefix1CodeModifier and TypeMethodDescriptionstatic NamePrefix1CodeContactDetails2.getNmPrfx()Gets the value of the nmPrfx property.Contacts3.getNmPrfx()Gets the value of the nmPrfx property.static NamePrefix1CodeReturns the enum constant of this class with the specified name.static NamePrefix1Code[]NamePrefix1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.tsmt with parameters of type NamePrefix1CodeModifier and TypeMethodDescriptionvoidContactDetails2.setNmPrfx(NamePrefix1Code value) Sets the value of the nmPrfx property.voidContacts3.setNmPrfx(NamePrefix1Code value) Sets the value of the nmPrfx property.