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