| Package | Description |
|---|---|
| com.h3c.license | |
| com.h3c.sdn.license |
Definitions of the domain model pertaining to the Licenses.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.get(int ord)
Find license type by an ordinal.
|
static LicenseType |
LicenseType.get(String name)
Find license type by name
|
LicenseType |
License.type()
License type, production, trial, etc.
|
LicenseType |
BaseLicense.type() |
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.
|
| Constructor and Description |
|---|
BaseLicense(LicenseType type,
boolean base,
short prodId,
short appVersion,
int lockId,
short metricId,
int metricQty,
short sno,
short expDays)
Constructor to create a license DTO to hold existing license info.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseType |
AppLicense.getType() |
| Constructor and Description |
|---|
AppLicense(Id<AppLicense,Long> id,
short licFWVersion,
LicenseType type,
LicenseStatus status,
boolean base,
short product,
short prodVersion,
int lockId,
long created,
long activated,
short metric,
int metricQty,
short deactCode,
short sno,
short expDays,
String key) |
AppLicense(short licFWVersion,
LicenseType type,
LicenseStatus status,
boolean base,
short product,
short prodVersion,
int lockId,
long created,
long activated,
short metric,
int metricQty,
short deactCode,
short sno,
short expDays,
String key) |
Copyright © 2014. All Rights Reserved.