Creates a new BooleanValueExp representing the boolean literal . this.val = val;
this.val = val;
Creates a new BooleanValueExp representing the Boolean object . this.val = val.booleanValue();
this.val = val.booleanValue();
Applies the ValueExp on a MBean.paramname The name of the MBean on which the ValueExp will be applied.returnThe ValueExp.exceptionBadStringOperationExceptionexceptionBadBinaryOpValueExpExceptionexceptionBadAttributeValueExpExceptionexceptionInvalidApplicationException return this;
ValueExp
return this;
Returns the Boolean object representing the value of the BooleanValueExp object. return new Boolean(val);
return new Boolean(val);
Returns the string representing the object. return String.valueOf(val);
return String.valueOf(val);