Uses of Enum
spring.soap.Currency
-
Uses of Currency in spring.soap
Modifier and TypeMethodDescriptionstatic Currency
Country.getCurrency()
Gets the value of the currency property.static Currency
Returns the enum constant of this type with the specified name.static Currency[]
Currency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Country.setCurrency
(Currency value) Sets the value of the currency property.