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

Packages that use OrderedQueryExpression
javax.slee.profile.query   
 

Uses of OrderedQueryExpression in javax.slee.profile.query
 

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.
 



Copyright © 2009. All Rights Reserved.