@Deprecated
public class TLcdGRIB2DisciplineTable
extends java.lang.Object
getDiscipline
.Constructor and Description |
---|
TLcdGRIB2DisciplineTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addDiscipline(int aDisciplineKey,
java.lang.String aDiscipline)
Deprecated.
Adds the string representation for a given discipline key.
|
java.lang.String |
getDiscipline(int aDisciplineKey)
Deprecated.
Retrieves the string representation of a given discipline key.
|
public java.lang.String getDiscipline(int aDisciplineKey)
aDisciplineKey
- The discipline key to retrieve the string representation for.addDiscipline(int, String)
public void addDiscipline(int aDisciplineKey, java.lang.String aDiscipline)
aDisciplineKey
- The discipline key to set the string representation for.aDiscipline
- The string representation of the discipline.getDiscipline(int)