com.supermap.data
Class LicenseType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.LicenseType
-
public class LicenseType extends Enum
License type, returned license of offline and online are distinguished since 9D. The default is DeviceID tyoe.
-
-
Field Summary
Fields Modifier and Type Field and Description static LicenseType
DEVICEID
DeviceID type is suitable for offline license files.static LicenseType
UUID
UUID type is suitable for online license files.
-
-
-
Field Detail
-
DEVICEID
public static final LicenseType DEVICEID
DeviceID type is suitable for offline license files.
-
UUID
public static final LicenseType UUID
UUID type is suitable for online license files.
-
-