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>
-
-
Constructor Summary
Constructors Constructor Description DdsBean(String source, TableB.Descriptor dds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
DdsBean
public DdsBean(String source, 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:
compareTo
in interfaceComparable<BufrTableBViewer.DdsBean>
-
-