Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
java.management
javax.management
Query
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Constructor Summary
Method Summary
Field Details
GT
LT
GE
LE
EQ
PLUS
MINUS
TIMES
DIV
Constructor Details
Query()
Method Details
and(QueryExp, QueryExp)
or(QueryExp, QueryExp)
gt(ValueExp, ValueExp)
geq(ValueExp, ValueExp)
leq(ValueExp, ValueExp)
lt(ValueExp, ValueExp)
eq(ValueExp, ValueExp)
between(ValueExp, ValueExp, ValueExp)
match(AttributeValueExp, StringValueExp)
attr(String)
attr(String, String)
classattr()
not(QueryExp)
in(ValueExp, ValueExp[])
value(String)
value(Number)
value(int)