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

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.TableB.Descriptor
All Implemented Interfaces:
Comparable<TableB.Descriptor>
Enclosing class:
TableB

@Immutable
public class TableB.Descriptor
extends Object
implements Comparable<TableB.Descriptor>


Method Summary
 int compareTo(TableB.Descriptor o)
           
 int getDataWidth()
           
 String getFxy()
          Get fxy as a String, eg 0-5-22
 short getId()
          Get fxy as a short
 boolean getLocalOverride()
           
 String getName()
           
 int getRefVal()
           
 int getScale()
           
 String getUnits()
           
 boolean isLocal()
           
 boolean isNumeric()
          is descriptor numeric or String
 void setLocalOverride(boolean isOverride)
           
 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()

getRefVal

public int getRefVal()

getDataWidth

public int getDataWidth()

getUnits

public String getUnits()

getName

public String getName()

getId

public short getId()
Get fxy as a short

Returns:
fxy encoded as a short

getFxy

public 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

isLocal

public boolean isLocal()

setLocalOverride

public void setLocalOverride(boolean isOverride)

getLocalOverride

public boolean getLocalOverride()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(TableB.Descriptor o)
Specified by:
compareTo in interface Comparable<TableB.Descriptor>


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.