public static enum Grib1ReportPanel.Report extends java.lang.Enum<Grib1ReportPanel.Report>
Enum Constant and Description |
---|
checkRename |
checkTables |
rename |
showEncoding |
showLocalParams |
summary |
Modifier and Type | Method and Description |
---|---|
static Grib1ReportPanel.Report |
valueOf(java.lang.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 summary
public static final Grib1ReportPanel.Report rename
public static final Grib1ReportPanel.Report checkRename
public static final Grib1ReportPanel.Report showEncoding
public static Grib1ReportPanel.Report[] values()
for (Grib1ReportPanel.Report c : Grib1ReportPanel.Report.values()) System.out.println(c);
public static Grib1ReportPanel.Report valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null