public enum ListCAU extends Enum<ListCAU>
Used in
AntFreqs
, AntMode
, AsgnFreqBase
, Freq
, FreqOld
, JRFLEntry
, StationConfig
Enum Constant and Description |
---|
RECEIVE_ONLY |
TRANSMIT_ONLY |
TRANSMIT_RECEIVE |
Modifier and Type | Method and Description |
---|---|
static ListCAU |
fromValue(String v) |
String |
value() |
static ListCAU |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCAU[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCAU TRANSMIT_ONLY
public static final ListCAU RECEIVE_ONLY
public static final ListCAU TRANSMIT_RECEIVE
public static ListCAU[] values()
for (ListCAU c : ListCAU.values()) System.out.println(c);
public static ListCAU 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.