public static enum ConfigTypeData.Type extends Enum<ConfigTypeData.Type>
ConfigTypeData.type()| Enum Constant and Description |
|---|
ANTENNA_DOWNLINK_CONFIG |
ANTENNA_DOWNLINK_DEMOD_DECODE_CONFIG |
ANTENNA_UPLINK_CONFIG |
DATAFLOW_ENDPOINT_CONFIG |
S3_RECORDING_CONFIG |
TRACKING_CONFIG |
UNKNOWN_TO_SDK_VERSION |
UPLINK_ECHO_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static ConfigTypeData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigTypeData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigTypeData.Type ANTENNA_DOWNLINK_CONFIG
public static final ConfigTypeData.Type ANTENNA_DOWNLINK_DEMOD_DECODE_CONFIG
public static final ConfigTypeData.Type ANTENNA_UPLINK_CONFIG
public static final ConfigTypeData.Type DATAFLOW_ENDPOINT_CONFIG
public static final ConfigTypeData.Type S3_RECORDING_CONFIG
public static final ConfigTypeData.Type TRACKING_CONFIG
public static final ConfigTypeData.Type UPLINK_ECHO_CONFIG
public static final ConfigTypeData.Type UNKNOWN_TO_SDK_VERSION
public static ConfigTypeData.Type[] values()
for (ConfigTypeData.Type c : ConfigTypeData.Type.values()) System.out.println(c);
public static ConfigTypeData.Type 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 © 2023. All rights reserved.