public enum ListCCT extends Enum<ListCCT>
Used in Curve
Enum Constant and Description |
---|
FILTER |
SELECTIVITY_IF_1 |
SELECTIVITY_IF_2 |
SELECTIVITY_IF_3 |
SELECTIVITY_IF_4 |
SELECTIVITY_IF_5 |
SELECTIVITY_OVERALL |
SELECTIVITY_RF |
TX_RF_SPECTRUM |
Modifier and Type | Method and Description |
---|---|
static ListCCT |
fromValue(String v) |
String |
value() |
static ListCCT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCCT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCCT FILTER
public static final ListCCT SELECTIVITY_IF_1
public static final ListCCT SELECTIVITY_IF_2
public static final ListCCT SELECTIVITY_IF_3
public static final ListCCT SELECTIVITY_IF_4
public static final ListCCT SELECTIVITY_IF_5
public static final ListCCT SELECTIVITY_OVERALL
public static final ListCCT SELECTIVITY_RF
public static final ListCCT TX_RF_SPECTRUM
public static ListCCT[] values()
for (ListCCT c : ListCCT.values()) System.out.println(c);
public static ListCCT 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.