| Subclasses of OrderedQueryExpression in javax.slee.profile.query |
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. |