You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 () ;
}
  • No labels