public enum ProductAccessType extends Enum<ProductAccessType>
| Enum Constant and Description |
|---|
BLE |
ETHERNET |
FIFTH_GENERATION |
HTTP |
MODBUS |
MQTT |
NB_IOT |
OPC_UA |
OTHER |
OTHER_GENERATION |
WIFI |
ZIGBEE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
static ProductAccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductAccessType WIFI
public static final ProductAccessType OTHER_GENERATION
public static final ProductAccessType FIFTH_GENERATION
public static final ProductAccessType ETHERNET
public static final ProductAccessType NB_IOT
public static final ProductAccessType BLE
public static final ProductAccessType ZIGBEE
public static final ProductAccessType MODBUS
public static final ProductAccessType OPC_UA
public static final ProductAccessType HTTP
public static final ProductAccessType MQTT
public static final ProductAccessType OTHER
public static ProductAccessType[] values()
for (ProductAccessType c : ProductAccessType.values()) System.out.println(c);
public static ProductAccessType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlias()
Copyright © 2022. All rights reserved.