QueryDest.Kind

public enum Kind

The Query destination kind.

Enum Constants

ZN_ALL

public static final QueryDest.Kind ZN_ALL

All storages/evals.

ZN_BEST_MATCH

public static final QueryDest.Kind ZN_BEST_MATCH

The nearest complete storage/eval if there is one, all storages/evals if not.

ZN_COMPLETE

public static final QueryDest.Kind ZN_COMPLETE

Only complete storages/evals.

ZN_NONE

public static final QueryDest.Kind ZN_NONE

no storages/evals.

Methods

fromInt

public static Kind fromInt(short numVal)

value

public short value()