@Immutable public class Grib2Parameter extends Object implements GribTables.Parameter, Comparable<Grib2Parameter>
| Modifier and Type | Field and Description |
|---|---|
String |
abbrev |
int |
category |
String |
desc |
int |
discipline |
String |
name |
int |
number |
String |
unit |
| Constructor and Description |
|---|
Grib2Parameter(int discipline,
int category,
int number,
String name,
String unit,
String abbrev,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
compareTables(String name1,
String name2,
List<? extends GribTables.Parameter> test,
Grib2Customizer reference,
Formatter f) |
int |
compareTo(Grib2Parameter o) |
String |
getAbbrev() |
int |
getCategory() |
String |
getDescription() |
int |
getDiscipline() |
String |
getId() |
String |
getName() |
int |
getNumber() |
String |
getUnit() |
String |
toString() |
public int discipline
public int category
public int number
public String name
public String unit
public String abbrev
public String desc
public String getId()
getId in interface GribTables.Parameterpublic int compareTo(Grib2Parameter o)
compareTo in interface Comparable<Grib2Parameter>public int getDiscipline()
getDiscipline in interface GribTables.Parameterpublic int getCategory()
getCategory in interface GribTables.Parameterpublic int getNumber()
getNumber in interface GribTables.Parameterpublic String getName()
getName in interface GribTables.Parameterpublic String getUnit()
getUnit in interface GribTables.Parameterpublic String getAbbrev()
getAbbrev in interface GribTables.Parameterpublic String getDescription()
getDescription in interface GribTables.Parameterpublic static void compareTables(String name1, String name2, List<? extends GribTables.Parameter> test, Grib2Customizer reference, Formatter f)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.