public enum IOTC_CONNECT extends Enum<IOTC_CONNECT>
| Modifier and Type | Method and Description |
|---|---|
static IOTC_CONNECT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOTC_CONNECT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOTC_CONNECT SYMM_KEY
public static final IOTC_CONNECT X509_CERT
public static IOTC_CONNECT[] values()
for (IOTC_CONNECT c : IOTC_CONNECT.values()) System.out.println(c);
public static IOTC_CONNECT 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 nullCopyright © 2019. All rights reserved.