Annotation Type Term


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    public @interface Term
    A static query operator term.
    • Element Detail

      • compare

        Compare compare
        A compare term
        Default:
        @javax.slee.annotation.Compare
      • rangeMatch

        RangeMatch rangeMatch
        A Range Match term
        Default:
        @javax.slee.annotation.RangeMatch
      • longestPrefixMatch

        LongestPrefixMatch longestPrefixMatch
        A Longest Prefix Match term
        Default:
        @javax.slee.annotation.LongestPrefixMatch
      • hasPrefix

        HasPrefix hasPrefix
        A Has Prefix term
        Returns:
        Default:
        @javax.slee.annotation.HasPrefix
      • conditionalExpressionAlias

        java.lang.String conditionalExpressionAlias
        A reference to the name of a ConditionalExpression
        Returns:
        Default:
        ""