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