Class QueryLikeProperty

    • Constructor Detail

      • QueryLikeProperty

        public QueryLikeProperty​(java.lang.String aName,
                                 java.lang.Object aValue)

        Constructor for QueryLikeProperty.

        Parameters:
        aName - a String object.
        aValue - a Object object.
    • Method Detail

      • getComparator

        public java.lang.String getComparator()

        getComparator.

        Overrides:
        getComparator in class QueryProperty
        Returns:
        a String object.
      • getValue

        public java.lang.Object getValue()

        Getter for the field value.

        Overrides:
        getValue in class QueryProperty
        Returns:
        a Object object.
      • doesMatch

        public boolean doesMatch​(java.lang.Object o)

        doesMatch.

        Overrides:
        doesMatch in class QueryProperty
        Parameters:
        o - a Object object.
        Returns:
        a boolean.