@Deprecated public enum FrequencyBand extends Enum<FrequencyBand>
Enum Constant and Description |
---|
ALL
Deprecated.
|
DCONLY
Deprecated.
|
NOFLEXBITS
Deprecated.
|
NOHIGHPASS
Deprecated.
|
RESERVED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private List<Integer> |
ids
Deprecated.
|
private int |
numberOfBands
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FrequencyBand |
findById(int id)
Deprecated.
|
List<Integer> |
getId()
Deprecated.
|
int |
getNumberOfBands()
Deprecated.
|
static FrequencyBand |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FrequencyBand[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrequencyBand ALL
public static final FrequencyBand NOFLEXBITS
public static final FrequencyBand NOHIGHPASS
public static final FrequencyBand DCONLY
public static final FrequencyBand RESERVED
public static FrequencyBand[] values()
for (FrequencyBand c : FrequencyBand.values()) System.out.println(c);
public static FrequencyBand 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 int getNumberOfBands()
public static FrequencyBand findById(int id)
Copyright © 2016 Open Microscopy Environment