Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 () ;

...


}