Class Query

    • Constructor Detail

      • Query

        public Query()
        For JAXB serialization only.
      • Query

        protected Query​(QueryType type)
        Constructs the query.
        Parameters:
        type - the type of the query.
    • Method Detail

      • accept

        public abstract void accept​(Query.Visitor visitor)
        Accept a visitor to process an instance of this class.
        Parameters:
        visitor - the visitor implementation.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object