@Documented
@Inherited
@Retention(value=RUNTIME)
public @interface HasPrefix
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 |
parameter
The name of a query parameter whose value should be compared
|
java.lang.String |
value
A constant value to compare the profile attribute to
|
public abstract java.lang.String attributeName
public abstract java.lang.String value
public abstract java.lang.String parameter