public enum ListUFU extends Enum<ListUFU>
Used in ConfigFreq
| Enum Constant and Description |
|---|
BEACON |
BEACON_DOWNLINK |
BEACON_UPLINK |
CROSSLINK |
CROSSLINK_RECEIVE |
CROSSLINK_TRANSMIT |
CROSSLINK_TRANSMIT_RECEIVE |
DOWNLINK |
OTHER |
RECEIVE |
SENSOR |
SENSOR_ACTIVE |
SENSOR_PASSIVE |
TRANSMIT |
TRANSMIT_RECEIVE |
UPLINK |
| Modifier and Type | Method and Description |
|---|---|
static ListUFU |
fromValue(String v) |
String |
value() |
static ListUFU |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUFU[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUFU BEACON
public static final ListUFU BEACON_DOWNLINK
public static final ListUFU BEACON_UPLINK
public static final ListUFU CROSSLINK
public static final ListUFU CROSSLINK_RECEIVE
public static final ListUFU CROSSLINK_TRANSMIT
public static final ListUFU CROSSLINK_TRANSMIT_RECEIVE
public static final ListUFU DOWNLINK
public static final ListUFU OTHER
public static final ListUFU RECEIVE
public static final ListUFU SENSOR
public static final ListUFU SENSOR_ACTIVE
public static final ListUFU SENSOR_PASSIVE
public static final ListUFU TRANSMIT
public static final ListUFU TRANSMIT_RECEIVE
public static final ListUFU UPLINK
public static ListUFU[] values()
for (ListUFU c : ListUFU.values()) System.out.println(c);
public static ListUFU 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 value()
Copyright © 2016 OpenSSRF.org. All rights reserved.