Interface Statement
-
@ProviderType public interface Statement
Class to add a constraint for querying instances
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Statement.Operator
Enum to specify statement operator.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttributeName()
java.lang.String
getAttributeValue()
Statement.Operator
getOperator()
-
-
-
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
-
-