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

Compare with Current View Page History

« Previous Version 2 Current »

JSMField インターフェースを利用して、JSMList と JSMFieldList インターフェースで利用可能なフィールド情報にアクセスすることができます。

public interface JSMField
{
  public String getName () ;
  public String getLongName () ;
 
  public DataType getDataType () ;
}

 

 

  • No labels