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 |
And
The
And class is a composite dynamic query expression that
successfully matches with a profile only if all nested query expressions
also match with the profile. |
class |
Or
The
Or class is a composite dynamic query expression that
successfully matches with a profile if any of the nested query expressions
match with the profile. |