Class Statement

  • Direct Known Subclasses:
    StatementGroup

    public class Statement
    extends java.lang.Object
    Class to add a constraint for querying instances
    • Constructor Detail

      • Statement

        public Statement()
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
        Returns:
        the attributeName
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
        Parameters:
        attributeName - the attributeName to set
      • getAttributeValue

        public java.lang.String getAttributeValue()
        Returns:
        the attributeValue
      • setAttributeValue

        public void setAttributeValue​(java.lang.String attributeValue)
        Parameters:
        attributeValue - the attributeValue to set
      • setOperator

        public void setOperator​(Statement.Operator operator)
        Parameters:
        operator - the operator to set