Uses of Class
com.labs64.netlicensing.domain.vo.LicenseType
-
Packages that use LicenseType Package Description com.labs64.netlicensing.domain.entity Classes in this package represent various NetLicensing objects.com.labs64.netlicensing.domain.entity.impl com.labs64.netlicensing.domain.vo -
-
Uses of LicenseType in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return LicenseType Modifier and Type Method Description LicenseType
LicenseTemplate. getLicenseType()
Methods in com.labs64.netlicensing.domain.entity with parameters of type LicenseType Modifier and Type Method Description void
LicenseTemplate. setLicenseType(LicenseType licenseType)
-
Uses of LicenseType in com.labs64.netlicensing.domain.entity.impl
Methods in com.labs64.netlicensing.domain.entity.impl that return LicenseType Modifier and Type Method Description LicenseType
LicenseTemplateImpl. getLicenseType()
Methods in com.labs64.netlicensing.domain.entity.impl with parameters of type LicenseType Modifier and Type Method Description void
LicenseTemplateImpl. setLicenseType(LicenseType licenseType)
-
Uses of LicenseType in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return LicenseType Modifier and Type Method Description static LicenseType
LicenseType. parseValue(String value)
Parse license type value toLicenseType
enum.static LicenseType
LicenseType. parseValueSafe(String value)
Parse license type value toLicenseType
enum, nothrow version.static LicenseType
LicenseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LicenseType[]
LicenseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-