LookupFieldType

public enum LookupFieldType

The lookup type represents whether the lookup will be done by comparing to a single field, matching values to a range, or matching to a set of values.

Enum Constants

RANGE

public static final LookupFieldType RANGE

Lookup field that accepts a range of values, specified by a minimum and maximum values.

SET

public static final LookupFieldType SET

Lookup field that accepts a collection of values.

VALUE

public static final LookupFieldType VALUE

Single value lookup field.