6.2.10 JSMField Interface
The JSMField interface allows access to field information available from the JSMList and JSMFieldList interfaces.
public interface JSMField
{
public String getName () ;
public String getLongName () ;
public DataType getDataType () ;
}