ucar.nc2.iosp.bufr.tables
Class TableB.Descriptor

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.TableB.Descriptor
Enclosing class:
TableB

public class TableB.Descriptor
extends java.lang.Object


Method Summary
 java.lang.String getFxy()
          Get fxy as a String, eg 0-5-22
 short getId()
          Get fxy as a short
 java.lang.String getName()
          short name of descriptor.
 int getRefVal()
          refVal of descriptor.
 int getScale()
          scale of descriptor.
 java.lang.String getUnits()
          units of descriptor.
 int getWidth()
          width of descriptor.
 boolean isNumeric()
          is descriptor numeric or String
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getScale

public int getScale()
scale of descriptor.

Returns:
scale

getRefVal

public int getRefVal()
refVal of descriptor.

Returns:
refVal

getWidth

public int getWidth()
width of descriptor.

Returns:
width

getUnits

public java.lang.String getUnits()
units of descriptor.

Returns:
units

getName

public java.lang.String getName()
short name of descriptor.

Returns:
name

getId

public short getId()
Get fxy as a short

Returns:
fxy encoded as a short

getFxy

public java.lang.String getFxy()
Get fxy as a String, eg 0-5-22

Returns:
fxy encoded as a String

isNumeric

public boolean isNumeric()
is descriptor numeric or String

Returns:
true if numeric

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object