@Documented
@Inherited
@Retention(value=RUNTIME)
public @interface Compare
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
attributeName
The name of the profile attribute to compare
|
java.lang.String |
collatorRef
A reference to a collator, used to perform
locale-sensitive comparisons on the profile attribute values
|
java.lang.String |
id |
java.lang.String |
op
The conditional operator to apply
|
java.lang.String |
parameter
The name of a query parameter whose value should be compared
|
java.lang.String |
value
The name of a query parameter whose value should be compared
|
public abstract java.lang.String attributeName
public abstract java.lang.String value
public abstract java.lang.String parameter