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 |
Equals
The
Equals class represents a dynamic query expression that checks
for equality between a profile attribute and a specified value. |
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 |
HasPrefix
The
HasPrefix class represents a dynamic query expression that
checks whether the value of a profile attribute is prefixed by 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. |
class |
LongestPrefixMatch
The
LongestPrefixMatch class represents a dynamic query expression that
determines if a profile attribute value is the longest prefix match against a
specified value. |
class |
NotEquals
The
NotEquals class represents a dynamic query expression that checks for
for inequality between a profile attribute and a specified value. |
class |
OrderedQueryExpression
The
OrderedQueryExpression class is the base class for all dynamic
query expressions that perform direct binary operator comparisons on profile
attributes values where the type of the profile attribute type exhibits a notion
of total order. |