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