public enum ListUCH extends Enum<ListUCH>
Used in IntfReport
Enum Constant and Description |
---|
DATA_ERRORS |
FALSE_TARGETS |
FRAME_LOSS |
GARBLED |
INTERFERENCE_FOLLOWS_WHEN_I_CHANGE |
NOISE |
OTHER |
OTHERS_FAR_AWAY_AFFECTED |
OTHERS_NEARBY_AFFECTED |
PULSED |
REDUCED_INTELLIGIBILITY_VOICE |
REDUCED_RANGE |
STEADY_RECEIVE_INDICATION_SRI |
VOICE_ENGLISH |
VOICE_FOREIGN |
Modifier and Type | Method and Description |
---|---|
static ListUCH |
fromValue(String v) |
String |
value() |
static ListUCH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUCH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUCH NOISE
public static final ListUCH PULSED
public static final ListUCH VOICE_ENGLISH
public static final ListUCH VOICE_FOREIGN
public static final ListUCH OTHERS_NEARBY_AFFECTED
public static final ListUCH OTHERS_FAR_AWAY_AFFECTED
public static final ListUCH INTERFERENCE_FOLLOWS_WHEN_I_CHANGE
public static final ListUCH GARBLED
public static final ListUCH FRAME_LOSS
public static final ListUCH STEADY_RECEIVE_INDICATION_SRI
public static final ListUCH REDUCED_RANGE
public static final ListUCH FALSE_TARGETS
public static final ListUCH REDUCED_INTELLIGIBILITY_VOICE
public static final ListUCH DATA_ERRORS
public static final ListUCH OTHER
public static ListUCH[] values()
for (ListUCH c : ListUCH.values()) System.out.println(c);
public static ListUCH 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.