Basic Constructor.
Creates a new NotQueryExp for negating the specified QueryExp. exp = q;
exp = q;
Applies the NotQueryExp on a MBean.paramname The name of the MBean on which the NotQueryExp will be applied.returnTrue if the query was successfully applied to the MBean, false otherwise.exceptionBadStringOperationExceptionexceptionBadBinaryOpValueExpExceptionexceptionBadAttributeValueExpExceptionexceptionInvalidApplicationException return exp.apply(name) == false;
return exp.apply(name) == false;
Returns the negated query expression of the query. return exp;
return exp;
Returns the string representing the object. return "not (" + exp + ")";
return "not (" + exp + ")";