@Documented
@Inherited
@Retention(value=RUNTIME)
public @interface RangeMatch
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 |
fromParameter
The lower-bound of the range specified by a query parameter
|
java.lang.String |
fromValue
The lower-bound of the range specified by a constant value
|
java.lang.String |
id |
java.lang.String |
toParameter
The upper-bound of the range specified by a query parameter
|
java.lang.String |
toValue
The upper-bound of the range specified by a constant value
|
public abstract java.lang.String attributeName
public abstract java.lang.String fromParameter
public abstract java.lang.String fromValue
public abstract java.lang.String toParameter
public abstract java.lang.String toValue