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