public enum ListUWB extends Enum<ListUWB>
Used in JammingPerformance
, JammingPlan
Enum Constant and Description |
---|
FULLY_EFFECTIVE |
NOT_EFFECTIVE |
OTHER |
PARTIALLY_EFFECTIVE |
Modifier and Type | Method and Description |
---|---|
static ListUWB |
fromValue(String v) |
String |
value() |
static ListUWB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUWB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUWB FULLY_EFFECTIVE
public static final ListUWB NOT_EFFECTIVE
public static final ListUWB PARTIALLY_EFFECTIVE
public static final ListUWB OTHER
public static ListUWB[] values()
for (ListUWB c : ListUWB.values()) System.out.println(c);
public static ListUWB 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.