Package javax.slee.annotation
Annotation Type Compare
-
@Documented @Inherited @Retention(RUNTIME) public @interface Compare
The 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.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
id
java.lang.String
op
The conditional operator to applyjava.lang.String
parameter
The name of a query parameter whose value should be comparedjava.lang.String
value
The name of a query parameter whose value should be compared
-