Package javax.slee.annotation
Annotation Type RangeMatch
-
@Documented @Inherited @Retention(RUNTIME) public @interface RangeMatch
The range-match element is used in a query expression to compare a profile attribute value to a specified range of values. The range may be defined by constant values, query parameters, or a mixture of both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
attributeName
The name of the profile attribute to comparejava.lang.String
collatorRef
A reference to a collator, used to perform locale-sensitive comparisons on the profile attribute valuesjava.lang.String
fromParameter
The lower-bound of the range specified by a query parameterjava.lang.String
fromValue
The lower-bound of the range specified by a constant valuejava.lang.String
id
java.lang.String
toParameter
The upper-bound of the range specified by a query parameterjava.lang.String
toValue
The upper-bound of the range specified by a constant value
-