@Immutable
public class TableLookup
extends java.lang.Object
Constructor and Description |
---|
TableLookup(BufrIdentificationSection ids,
TableA a,
TableB b,
TableD d) |
TableLookup(BufrIdentificationSection ids,
TableB b,
TableD d) |
TableLookup(int center,
int subcenter,
int masterTableVersion,
int local,
int cat) |
Modifier and Type | Method and Description |
---|---|
TableA.Descriptor |
getDescriptorTableA(int code) |
TableB.Descriptor |
getDescriptorTableB(short fxy) |
TableD.Descriptor |
getDescriptorTableD(short fxy) |
TableA |
getLocalTableA() |
java.lang.String |
getLocalTableAName() |
TableB |
getLocalTableB() |
java.lang.String |
getLocalTableBName() |
TableD |
getLocalTableD() |
java.lang.String |
getLocalTableDName() |
BufrTables.Mode |
getMode() |
java.lang.String |
getWmoTableBName() |
java.lang.String |
getWmoTableDName() |
public TableLookup(int center, int subcenter, int masterTableVersion, int local, int cat) throws java.io.IOException
java.io.IOException
public TableLookup(BufrIdentificationSection ids, TableB b, TableD d) throws java.io.IOException
java.io.IOException
public TableLookup(BufrIdentificationSection ids, TableA a, TableB b, TableD d) throws java.io.IOException
java.io.IOException
public java.lang.String getWmoTableBName()
public java.lang.String getLocalTableAName()
public java.lang.String getLocalTableBName()
public java.lang.String getLocalTableDName()
public java.lang.String getWmoTableDName()
public BufrTables.Mode getMode()
public TableA getLocalTableA()
public TableB getLocalTableB()
public TableD getLocalTableD()
public TableA.Descriptor getDescriptorTableA(int code)
public TableB.Descriptor getDescriptorTableB(short fxy)
public TableD.Descriptor getDescriptorTableD(short fxy)