getFieldType (Form - Java)

Gets the type of a field on the form.

Note: This method is new with Release 6.

Defined in

Form

Syntax

public int getFieldType(String name)
    throws NotesException

Parameters

String name

The name of the field.

Return value

int

The type of the field as specified in getType in Item.

Example