Package javax.slee.annotation
Annotation Type Term
-
@Documented @Inherited @Retention(RUNTIME) public @interface Term
A static query operator term.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ComparecompareA compare termStringconditionalExpressionAliasA reference to the name of aConditionalExpressionHasPrefixhasPrefixA Has Prefix termLongestPrefixMatchlongestPrefixMatchA Longest Prefix Match termRangeMatchrangeMatchA Range Match 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
String conditionalExpressionAlias
A reference to the name of aConditionalExpression- Returns:
- Default:
- ""
-
-