if (this.values != null) {
      this.valueString = "'" + this.values.join("' or '") + "'";
    }