public static enum CHtmlConverter.GeneratorLicenseErrorCode extends java.lang.Enum<CHtmlConverter.GeneratorLicenseErrorCode>
| Enum Constant and Description |
|---|
PDFGEN_LICENSE_ERROR_EXPIRED |
PDFGEN_LICENSE_ERROR_INVALID |
PDFGEN_LICENSE_ERROR_NO_PERMISSION |
PDFGEN_LICENSE_ERROR_NOT_INIT |
PDFGEN_LICENSE_SUCCESS |
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static CHtmlConverter.GeneratorLicenseErrorCode |
valueOf(int id) |
static CHtmlConverter.GeneratorLicenseErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CHtmlConverter.GeneratorLicenseErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CHtmlConverter.GeneratorLicenseErrorCode PDFGEN_LICENSE_SUCCESS
public static final CHtmlConverter.GeneratorLicenseErrorCode PDFGEN_LICENSE_ERROR_NOT_INIT
public static final CHtmlConverter.GeneratorLicenseErrorCode PDFGEN_LICENSE_ERROR_INVALID
public static final CHtmlConverter.GeneratorLicenseErrorCode PDFGEN_LICENSE_ERROR_EXPIRED
public static final CHtmlConverter.GeneratorLicenseErrorCode PDFGEN_LICENSE_ERROR_NO_PERMISSION
public static CHtmlConverter.GeneratorLicenseErrorCode[] values()
for (CHtmlConverter.GeneratorLicenseErrorCode c : CHtmlConverter.GeneratorLicenseErrorCode.values()) System.out.println(c);
public static CHtmlConverter.GeneratorLicenseErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CHtmlConverter.GeneratorLicenseErrorCode valueOf(int id)