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