Page History
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 () ;
...
}