Package ucar.nc2.ui.op
Class BufrMessageViewer.DdsBean
- java.lang.Object
-
- ucar.nc2.ui.op.BufrMessageViewer.DdsBean
-
- Enclosing class:
- BufrMessageViewer
public static class BufrMessageViewer.DdsBean extends Object
-
-
Constructor Summary
Constructors Constructor Description DdsBean(ucar.nc2.iosp.bufr.DataDescriptor dds, int seq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBitWidth()StringgetDesc()StringgetFxy()StringgetLocal()StringgetName()intgetReference()intgetScale()intgetSeq()StringgetSource()StringgetUnits()
-
-
-
Method Detail
-
getFxy
public String getFxy()
-
getName
public String getName()
-
getUnits
public String getUnits()
-
getDesc
public String getDesc()
-
getBitWidth
public int getBitWidth()
-
getScale
public int getScale()
-
getReference
public int getReference()
-
getSource
public String getSource()
-
getSeq
public int getSeq()
-
getLocal
public String getLocal()
-
-