Uses of Class
javax.slee.profile.query.CompositeQueryExpression

Packages that use CompositeQueryExpression
javax.slee.profile.query   
 

Uses of CompositeQueryExpression in javax.slee.profile.query
 

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



Copyright © 2009. All Rights Reserved.