Package ucar.nc2.ui.op
Class BufrTableBViewer.DdsBean
- java.lang.Object
-
- ucar.nc2.ui.op.BufrTableBViewer.DdsBean
-
- All Implemented Interfaces:
Comparable<BufrTableBViewer.DdsBean>
- Enclosing class:
- BufrTableBViewer
public class BufrTableBViewer.DdsBean extends Object implements Comparable<BufrTableBViewer.DdsBean>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BufrTableBViewer.DdsBean o1)StringgetDesc()StringgetDiff()StringgetFxy()shortgetId()StringgetName()intgetReference()intgetScale()StringgetSource()StringgetUdunits()StringgetUnits()intgetUsed()intgetWidth()booleanisLocal()booleanisNumeric()voidsetDiff(String diff)
-
-
-
Constructor Detail
-
DdsBean
public DdsBean(String source, ucar.nc2.iosp.bufr.tables.TableB.Descriptor dds)
-
-
Method Detail
-
getFxy
public String getFxy()
-
getId
public short getId()
-
getSource
public String getSource()
-
getName
public String getName()
-
getUnits
public String getUnits()
-
getDesc
public String getDesc()
-
getUdunits
public String getUdunits()
-
getWidth
public int getWidth()
-
getScale
public int getScale()
-
getReference
public int getReference()
-
isNumeric
public boolean isNumeric()
-
isLocal
public boolean isLocal()
-
getDiff
public String getDiff()
-
setDiff
public void setDiff(String diff)
-
getUsed
public int getUsed()
-
compareTo
public int compareTo(BufrTableBViewer.DdsBean o1)
- Specified by:
compareToin interfaceComparable<BufrTableBViewer.DdsBean>
-
-