public static enum Grib1ReportPanel.Report extends Enum<Grib1ReportPanel.Report>
| Enum Constant and Description |
|---|
checkRename |
checkTables |
rename |
scanIssues |
showLocalParams |
| Modifier and Type | Method and Description |
|---|---|
static Grib1ReportPanel.Report |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grib1ReportPanel.Report[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grib1ReportPanel.Report checkTables
public static final Grib1ReportPanel.Report showLocalParams
public static final Grib1ReportPanel.Report scanIssues
public static final Grib1ReportPanel.Report rename
public static final Grib1ReportPanel.Report checkRename
public static Grib1ReportPanel.Report[] values()
for (Grib1ReportPanel.Report c : Grib1ReportPanel.Report.values()) System.out.println(c);
public static Grib1ReportPanel.Report 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 nullCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.