Page History
The JSMField interface allows access to field information available from the JSMList and JSMFieldList interfaces.
| Code Block |
|---|
public interface JSMField
{
public String getName () ;
public String getLongName () ;
public DataType getDataType () ;
} |