@Documented
@Inherited
@Retention(value=RUNTIME)
public @interface Term
Modifier and Type | Optional Element and Description |
---|---|
Compare |
compare
A compare term
|
java.lang.String |
conditionalExpressionAlias
A reference to the name of a
ConditionalExpression |
HasPrefix |
hasPrefix
A Has Prefix term
|
LongestPrefixMatch |
longestPrefixMatch
A Longest Prefix Match term
|
RangeMatch |
rangeMatch
A Range Match term
|
public abstract Compare compare
public abstract RangeMatch rangeMatch
public abstract LongestPrefixMatch longestPrefixMatch
public abstract HasPrefix hasPrefix
public abstract java.lang.String conditionalExpressionAlias
ConditionalExpression