Interface Statement
-
@ProviderType public interface StatementClass to add a constraint for querying instances
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatement.OperatorEnum to specify statement operator.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttributeName()java.lang.StringgetAttributeValue()Statement.OperatorgetOperator()
-
-
-
Method Detail
-
getAttributeName
java.lang.String getAttributeName()
- Returns:
- the attributeName
-
getAttributeValue
java.lang.String getAttributeValue()
- Returns:
- the attributeValue
-
getOperator
Statement.Operator getOperator()
- Returns:
- the operator
-
-