public enum LicenseHardwareCodeType extends java.lang.Enum<LicenseHardwareCodeType>
| Enum Constant and Description |
|---|
ANDROID
License locked on Android device.
|
ANDROID_PACKAGE_NAME
License locked on Android application package name.
|
APPLICATION
License locked on a application.
|
IOS
License locked on iOS device.
|
IOS_BUNDLE_ID
License locked on iOS application Bundle ID.
|
JETSON_NANO
License locked on Jetson Nano.
|
LINUX_OS
License locked on Linux OS.
|
MAC_OS
License locked on macOS.
|
SMART_CARD
License locked on a smart card.
|
WINDOWS_OS
License locked on Windows OS.
|
WINDOWS_USB
License locked on Windows USB stick.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseHardwareCodeType |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static LicenseHardwareCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LicenseHardwareCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseHardwareCodeType WINDOWS_OS
public static final LicenseHardwareCodeType LINUX_OS
public static final LicenseHardwareCodeType ANDROID
public static final LicenseHardwareCodeType ANDROID_PACKAGE_NAME
public static final LicenseHardwareCodeType IOS
public static final LicenseHardwareCodeType MAC_OS
public static final LicenseHardwareCodeType JETSON_NANO
public static final LicenseHardwareCodeType IOS_BUNDLE_ID
public static final LicenseHardwareCodeType WINDOWS_USB
public static final LicenseHardwareCodeType SMART_CARD
public static final LicenseHardwareCodeType APPLICATION
public static LicenseHardwareCodeType[] values()
for (LicenseHardwareCodeType c : LicenseHardwareCodeType.values()) System.out.println(c);
public static LicenseHardwareCodeType 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 int getValue()
public static LicenseHardwareCodeType fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal