Package ucar.nc2.iosp.bufr.tables
Class TableB.Descriptor
- java.lang.Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TableB.Descriptor o)
int
getDataWidth()
String
getDesc()
String
getFxy()
Get fxy as a String, eg 0-5-22short
getId()
Get fxy as a shortboolean
getLocalOverride()
String
getName()
int
getRefVal()
int
getScale()
String
getSource()
String
getUnits()
boolean
isLocal()
boolean
isNumeric()
is descriptor numeric or Stringvoid
setLocalOverride(boolean isOverride)
String
toString()
-
-
-
Method Detail
-
getScale
public int getScale()
-
getRefVal
public int getRefVal()
-
getDataWidth
public int getDataWidth()
-
getUnits
public String getUnits()
-
getName
public String getName()
-
getDesc
public String getDesc()
-
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()
-
getSource
public String getSource()
-
compareTo
public int compareTo(TableB.Descriptor o)
- Specified by:
compareTo
in interfaceComparable<TableB.Descriptor>
-
-