Package ucar.nc2.iosp.bufr.tables
Class TableD.Descriptor
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.TableD.Descriptor
-
- All Implemented Interfaces:
Comparable<TableD.Descriptor>
- Enclosing class:
- TableD
public static class TableD.Descriptor extends Object implements Comparable<TableD.Descriptor>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFeature(short f)
int
compareTo(TableD.Descriptor o)
String
getFxy()
Get fxy as a String, eg 3-4-22short
getId()
Get fxy as a shortboolean
getLocalOverride()
String
getName()
List<Short>
getSequence()
boolean
isLocal()
void
setLocalOverride(boolean isOverride)
void
show(Formatter out, boolean oneline)
String
toString()
-
-
-
Method Detail
-
addFeature
public void addFeature(short f)
-
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 3-4-22- Returns:
- fxy encoded as a String
-
show
public void show(Formatter out, boolean oneline)
-
compareTo
public int compareTo(TableD.Descriptor o)
- Specified by:
compareTo
in interfaceComparable<TableD.Descriptor>
-
isLocal
public boolean isLocal()
-
setLocalOverride
public void setLocalOverride(boolean isOverride)
-
getLocalOverride
public boolean getLocalOverride()
-
-