public class LicenseKind
extends java.lang.Object
LicenseKind
serves as container for the
license kind enumerations.Modifier and Type | Field and Description |
---|---|
static int |
DEVELOPER
Developer license
|
static int |
SINGLE
Single license
|
static int |
SITE
Site license
|
static int |
WEB
Web license
|
Constructor and Description |
---|
LicenseKind() |
public static final int SINGLE
public static final int SITE
public static final int DEVELOPER
public static final int WEB