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