Advertisement of which logical, comparison and arithmetic operators the service supports.
Scalar capabilities include the ability to process logical expressions and comparisons.
- Since:
- 3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault Set
<ComparisonOperatorName> Advertises which comparison operators are supported by the service.default boolean
Indicates if logical operator support is provided.
-
Method Details
-
hasLogicalOperators
Indicates if logical operator support is provided. A value oftrue
indicates that the filter can process And, Or and Not operators.- Returns:
- whether logical operators are supported.
-
getComparisonOperators
@UML(identifier="comparisonOperator", obligation=OPTIONAL, specification=ISO_19143) default Set<ComparisonOperatorName> getComparisonOperators()Advertises which comparison operators are supported by the service.- Returns:
- comparison operators supported by the service.
-