public class WmoCodeTable.TableEntry extends Object implements GribTables.Parameter, Comparable<WmoCodeTable.TableEntry>
| Modifier and Type | Field and Description |
|---|---|
String |
code |
int |
line |
String |
meaning |
String |
name |
int |
number |
int |
start |
String |
status |
int |
stop |
String |
unit |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WmoCodeTable.TableEntry o) |
boolean |
equals(Object o) |
String |
getAbbrev() |
int |
getCategory() |
String |
getDescription() |
int |
getDiscipline() |
String |
getId() |
String |
getName() |
int |
getNumber() |
String |
getUnit() |
int |
hashCode() |
String |
toString() |
public int start
public int stop
public int line
public int number
public String code
public String meaning
public String name
public String unit
public String status
public int compareTo(WmoCodeTable.TableEntry o)
compareTo in interface Comparable<WmoCodeTable.TableEntry>public String getId()
getId in interface GribTables.Parameterpublic 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 getDescription()
getDescription in interface GribTables.Parameterpublic String getUnit()
getUnit in interface GribTables.Parameterpublic String getAbbrev()
getAbbrev in interface GribTables.ParameterCopyright © 1999–2013 UCAR/Unidata. All rights reserved.