Annotation Type HasPrefix


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    public @interface HasPrefix
    The has-prefix element is used in a query expression to find profiles for which the specified value constant or query parameter is a prefix of the specified profile attribute.
    • 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 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
    • Element Detail

      • attributeName

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

        java.lang.String value
        A constant value to compare the profile attribute to
        Default:
        ""
      • parameter

        java.lang.String parameter
        The name of a query parameter whose value should be compared
        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:
        ""