Package javax.slee.annotation
Annotation Type Compare
-
@Documented @Inherited @Retention(RUNTIME) public @interface CompareThe compare element is used in a query expression to compare a profile attribute value to the value of a 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.StringopThe conditional operator to applyjava.lang.StringparameterThe name of a query parameter whose value should be comparedjava.lang.StringvalueThe name of a query parameter whose value should be compared
-