Package javax.slee.annotation
Annotation Type RangeMatch
-
@Documented @Inherited @Retention(RUNTIME) public @interface RangeMatchThe 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.StringattributeNameThe name of the profile attribute to comparejava.lang.StringcollatorRefA reference to a collator, used to perform locale-sensitive comparisons on the profile attribute valuesjava.lang.StringfromParameterThe lower-bound of the range specified by a query parameterjava.lang.StringfromValueThe lower-bound of the range specified by a constant valuejava.lang.Stringidjava.lang.StringtoParameterThe upper-bound of the range specified by a query parameterjava.lang.StringtoValueThe upper-bound of the range specified by a constant value
-