public class BufrTableBViewer.DdsBean extends Object implements Comparable<BufrTableBViewer.DdsBean>
| Constructor and Description |
|---|
DdsBean(String source,
ucar.nc2.iosp.bufr.tables.TableB.Descriptor dds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BufrTableBViewer.DdsBean o1) |
String |
getDesc() |
String |
getDiff() |
String |
getFxy() |
short |
getId() |
String |
getName() |
int |
getReference() |
int |
getScale() |
String |
getSource() |
String |
getUdunits() |
String |
getUnits() |
int |
getUsed() |
int |
getWidth() |
boolean |
isLocal() |
boolean |
isNumeric() |
void |
setDiff(String diff) |
public DdsBean(String source, ucar.nc2.iosp.bufr.tables.TableB.Descriptor dds)
public String getFxy()
public short getId()
public String getSource()
public String getName()
public String getUnits()
public String getDesc()
public String getUdunits()
public int getWidth()
public int getScale()
public int getReference()
public boolean isNumeric()
public boolean isLocal()
public String getDiff()
public void setDiff(String diff)
public int getUsed()
public int compareTo(BufrTableBViewer.DdsBean o1)
compareTo in interface Comparable<BufrTableBViewer.DdsBean>