Uses of Enum
com.labs64.netlicensing.domain.vo.Currency
Packages that use Currency
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of Currency in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return CurrencyModifier and TypeMethodDescriptionBundle.getCurrency()
License.getCurrency()
LicenseTemplate.getCurrency()
Transaction.getCurrency()
Methods in com.labs64.netlicensing.domain.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
Bundle.setCurrency
(Currency currency) void
License.setCurrency
(Currency currency) void
LicenseTemplate.setCurrency
(Currency currency) void
Transaction.setCurrency
(Currency currency) -
Uses of Currency in com.labs64.netlicensing.domain.entity.impl
Methods in com.labs64.netlicensing.domain.entity.impl that return CurrencyModifier and TypeMethodDescriptionBundleImpl.getCurrency()
LicenseImpl.getCurrency()
LicenseTemplateImpl.getCurrency()
TransactionImpl.getCurrency()
Methods in com.labs64.netlicensing.domain.entity.impl with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
BundleImpl.setCurrency
(Currency currency) void
LicenseImpl.setCurrency
(Currency currency) void
LicenseTemplateImpl.setCurrency
(Currency currency) void
TransactionImpl.setCurrency
(Currency currency) -
Uses of Currency in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return CurrencyModifier and TypeMethodDescriptionstatic Currency
Currency.parseValue
(String value) Parse currency value toCurrency
enum.static Currency
Currency.parseValueSafe
(String value) Parse currency value toCurrency
enum, nothrow version.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.