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 TypeMethodDescriptionvoidBundle.setCurrency(Currency currency) voidLicense.setCurrency(Currency currency) voidLicenseTemplate.setCurrency(Currency currency) voidTransaction.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 TypeMethodDescriptionvoidBundleImpl.setCurrency(Currency currency) voidLicenseImpl.setCurrency(Currency currency) voidLicenseTemplateImpl.setCurrency(Currency currency) voidTransactionImpl.setCurrency(Currency currency) -
Uses of Currency in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return CurrencyModifier and TypeMethodDescriptionstatic CurrencyCurrency.parseValue(String value) Parse currency value toCurrencyenum.static CurrencyCurrency.parseValueSafe(String value) Parse currency value toCurrencyenum, nothrow version.static CurrencyReturns 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.