LicenseError

public enum LicenseError

Enum Constants

NoAssignedLicense

public static final LicenseError NoAssignedLicense

NoCheckoutAvailable

public static final LicenseError NoCheckoutAvailable

NoCheckoutInactive

public static final LicenseError NoCheckoutInactive

NoConnection

public static final LicenseError NoConnection

Unknown

public static final LicenseError Unknown

Methods

fromInteger

public static LicenseError fromInteger(int value)

toInteger

public static int toInteger(LicenseError value)