@Immutable public class Grib1Parameter extends Object
| Constructor and Description |
|---|
Grib1Parameter(Grib1ParamTable table,
int number,
String name,
String description,
String unit) |
Grib1Parameter(Grib1ParamTable table,
int number,
String name,
String description,
String unit,
String cf_name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCFname() |
String |
getDescription()
description of parameter.
|
String |
getName() |
int |
getNumber() |
Grib1ParamTable |
getTable() |
String |
getUnit()
unit of parameter.
|
int |
hashCode() |
String |
toString() |
boolean |
useName() |
public Grib1Parameter(Grib1ParamTable table, int number, String name, String description, String unit)
public Grib1Parameter(Grib1ParamTable table, int number, String name, String description, String unit, String cf_name)
public Grib1ParamTable getTable()
public int getNumber()
public String getName()
public boolean useName()
public final String getDescription()
public final String getUnit()
public String getCFname()
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.