# io.github.libtmux.query.FieldKind.FieldKind

- **Module:** io.github.libtmux.query.FieldKind
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/query/FieldKind.java#L11
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-query-fieldkind-fieldkind/

The value kind a field reads.

<p>Carried explicitly because exactness must not rest on the operand's runtime class. A number
field's operand happens to box to {@code Integer}, and two bakeoff contenders substituted that
accident for the field's real kind — which silently picks tmux's lexical comparison where the
caller meant arithmetic.

## Members

- `TEXT` (constant)
- `NUMBER` (constant)
- `FLAG` (constant)
