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