Annotation Type RangeMatch


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    public @interface RangeMatch
    The range-match element is used in a query expression to compare a profile attribute value to a specified range of values. The range may be defined by constant values, query parameters, or a mixture of both.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element 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
    • Element Detail

      • attributeName

        java.lang.String attributeName
        The name of the profile attribute to compare
        Default:
        ""
      • fromParameter

        java.lang.String fromParameter
        The lower-bound of the range specified by a query parameter
        Default:
        ""
      • fromValue

        java.lang.String fromValue
        The lower-bound of the range specified by a constant value
        Default:
        ""
      • toParameter

        java.lang.String toParameter
        The upper-bound of the range specified by a query parameter
        Default:
        ""
      • toValue

        java.lang.String toValue
        The upper-bound of the range specified by a constant value
        Default:
        ""
      • collatorRef

        java.lang.String collatorRef
        A reference to a collator, used to perform locale-sensitive comparisons on the profile attribute values
        Default:
        ""
      • id

        java.lang.String id
        Default:
        ""