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

Packages that use SimpleQueryExpression
javax.slee.profile.query   
 

Uses of SimpleQueryExpression in javax.slee.profile.query
 

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



Copyright © 2008. All Rights Reserved.