Package javax.slee.annotation
Annotation Type LongestPrefixMatch
-
@Documented @Inherited @Retention(RUNTIME) public @interface LongestPrefixMatchThe longest-prefix-match element is used in a query expression to find the profile that contains the longest attribute value that is a prefix of the specified value constant or query parameter.
-
-
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.Stringidjava.lang.StringparameterThe name of a query parameter whose value should be comparedjava.lang.StringvalueA constant value to compare the profile attribute to
-