Uses of Enum
spring.soap.Currency
Packages that use Currency
-
Uses of Currency in spring.soap
Fields in spring.soap declared as CurrencyMethods in spring.soap that return CurrencyModifier 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.Methods in spring.soap with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
Country.setCurrency
(Currency value) Sets the value of the currency property.