public static enum CSQ.Condiconal extends Enum<CSQ.Condiconal>
Enum Constant and Description |
---|
EXCELLENT |
GOOD |
MARGINAL |
NO_SIGNAL |
OK |
Modifier and Type | Method and Description |
---|---|
static CSQ.Condiconal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSQ.Condiconal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSQ.Condiconal NO_SIGNAL
public static final CSQ.Condiconal MARGINAL
public static final CSQ.Condiconal OK
public static final CSQ.Condiconal GOOD
public static final CSQ.Condiconal EXCELLENT
public static CSQ.Condiconal[] values()
for (CSQ.Condiconal c : CSQ.Condiconal.values()) System.out.println(c);
public static CSQ.Condiconal 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 © 2015–2016 jSMS4Pi. All rights reserved.