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

Compare with Current View Page History

Version 1 Next »

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