LookupFieldDto.Type

public static enum Type

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 LookupFieldDto.Type RANGE

SET

public static final LookupFieldDto.Type SET

VALUE

public static final LookupFieldDto.Type VALUE