Uses of Enum
com.labs64.netlicensing.domain.vo.Currency
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of Currency in com.labs64.netlicensing.domain.entity
Modifier and TypeMethodDescriptionBundle.getCurrency()
License.getCurrency()
LicenseTemplate.getCurrency()
Transaction.getCurrency()
Modifier 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
Modifier and TypeMethodDescriptionBundleImpl.getCurrency()
LicenseImpl.getCurrency()
LicenseTemplateImpl.getCurrency()
TransactionImpl.getCurrency()
Modifier 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
Modifier 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.