public interface FldTbl
FML, 
mkfldclass| Modifier and Type | Method and Description | 
|---|---|
String | 
Fldid_to_name(int fldid)
This method maps a fielded ID to its corresponding
 name from the field definition file 
 | 
String[] | 
getFldNames()
Gets a list of the field names used by this table. 
 | 
int | 
name_to_Fldid(String name)
Maps the given string to the given fieldid 
 | 
String Fldid_to_name(int fldid)
fldid - The field id to search forint name_to_Fldid(String name)
name - The name to lookup for a fieldidString[] getFldNames()