Package | Description |
---|---|
javax.slee.profile.query |
This package defines the classes and interfaces used for dynamic profile queries.
|
Modifier and Type | Class and Description |
---|---|
class |
GreaterThan
The
GreaterThan class represents a dynamic query expression that
checks whether the value of a profile attribute is greater than a specified value. |
class |
GreaterThanOrEquals
The
GreaterThanOrEquals class represents a dynamic query expression
that checks whether the value of a profile attribute is greater than or equal to a
specified value. |
class |
LessThan
The
GreaterThan class represents a dynamic query expression that
checks whether the value of a profile attribute is greater than a specified value. |
class |
LessThanOrEquals
The
LessThanOrEquals class represents a dynamic query expression
that checks whether the value of a profile attribute is less than or equal to a
specified value. |