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