public enum ListCPO extends Enum<ListCPO>
Used in
AntMode
, IntfReport
, JammingTarget
, ObservedPolarisationAnalysis
Enum Constant and Description |
---|
DEGREES_45 |
DUAL |
ELLIPTIC_LEFT |
ELLIPTIC_RIGHT |
ELLIPTICAL |
HORIZONTAL_AND_VERTICAL |
HORIZONTAL_LINEAR |
LEFT_HAND_CIRCULAR |
LEFT_HAND_SLANT |
LINEAR |
MIXED |
OBLIQUE_ANGLED_CROSSED |
OTHER
If selected, a clarifying remark SHOULD be entered
|
RIGHT_AND_LEFT_HAND_CIRCULAR |
RIGHT_HAND_CIRCULAR |
RIGHT_HAND_SLANT |
ROTATING |
VERTICAL_LINEAR |
Modifier and Type | Method and Description |
---|---|
static ListCPO |
fromValue(String v) |
String |
value() |
static ListCPO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCPO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCPO DEGREES_45
public static final ListCPO LEFT_HAND_CIRCULAR
public static final ListCPO RIGHT_HAND_CIRCULAR
public static final ListCPO DUAL
public static final ListCPO ELLIPTICAL
public static final ListCPO ELLIPTIC_LEFT
public static final ListCPO ELLIPTIC_RIGHT
public static final ListCPO HORIZONTAL_LINEAR
public static final ListCPO HORIZONTAL_AND_VERTICAL
public static final ListCPO LINEAR
public static final ListCPO MIXED
public static final ListCPO OBLIQUE_ANGLED_CROSSED
public static final ListCPO ROTATING
public static final ListCPO RIGHT_HAND_SLANT
public static final ListCPO LEFT_HAND_SLANT
public static final ListCPO RIGHT_AND_LEFT_HAND_CIRCULAR
public static final ListCPO VERTICAL_LINEAR
public static final ListCPO OTHER
public static ListCPO[] values()
for (ListCPO c : ListCPO.values()) System.out.println(c);
public static ListCPO 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.