self.condition = "" if kwargs.get("condition", None) is None \
                            else "when ( {} )".format(kwargs["condition"])