com.alachisoft.ncache.ncactivate.utils.RegKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nc-common Show documentation
Show all versions of nc-common Show documentation
Internal package of Alachisoft.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.alachisoft.ncache.ncactivate.utils;
/**
* @author Muneeb_Shahid
*/
public enum RegKeys {
DeactivateKey,
DeactCode,
AuthCode,
LicenseKey,
ExtCode,
InstallMode,
HttpPort,
InstallCode,
InstallDir,
LastReportTiem,
PlatForm,
SpVersion,
TcpPort,
JavaHome,
DotNetCoreHome,
Address,
FirstName,
LastName,
Company,
Zip,
City,
State,
Country,
Phone,
Email,
Name,
ClientCups,
EGP
}