public enum ListCRE extends Enum<ListCRE>
Used in ExternalReference
Enum Constant and Description |
---|
CF_299 |
CONTACT_REPORT |
CONTRACT |
DATA_RETROFIT |
DOCUMENT |
ECSA |
EMAIL |
ENG_REPORT |
EWIR |
FCC |
INDUSTRY_PUBLICATION |
INTERFERENCE |
ITU_NOTIFICATION |
ITU_SAT |
JANES |
JF_12 |
LICENSE |
MEMO |
MIPI |
NATIONAL_NUMBER |
NOMENCLATURE_CARD |
NTIA |
OTHER |
PREV_CERTIFICATION |
SIN |
SPECTRUM_SUPPORT_CERTIFICATION |
STANDARD |
TECHNICAL_MANUAL |
Modifier and Type | Method and Description |
---|---|
static ListCRE |
fromValue(String v) |
String |
value() |
static ListCRE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCRE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCRE CF_299
public static final ListCRE CONTACT_REPORT
public static final ListCRE CONTRACT
public static final ListCRE DATA_RETROFIT
public static final ListCRE DOCUMENT
public static final ListCRE ECSA
public static final ListCRE EMAIL
public static final ListCRE ENG_REPORT
public static final ListCRE EWIR
public static final ListCRE FCC
public static final ListCRE INDUSTRY_PUBLICATION
public static final ListCRE INTERFERENCE
public static final ListCRE ITU_NOTIFICATION
public static final ListCRE ITU_SAT
public static final ListCRE JANES
public static final ListCRE JF_12
public static final ListCRE LICENSE
public static final ListCRE MEMO
public static final ListCRE MIPI
public static final ListCRE NATIONAL_NUMBER
public static final ListCRE NOMENCLATURE_CARD
public static final ListCRE NTIA
public static final ListCRE PREV_CERTIFICATION
public static final ListCRE SIN
public static final ListCRE STANDARD
public static final ListCRE TECHNICAL_MANUAL
public static final ListCRE SPECTRUM_SUPPORT_CERTIFICATION
public static final ListCRE OTHER
public static ListCRE[] values()
for (ListCRE c : ListCRE.values()) System.out.println(c);
public static ListCRE 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.