this.value = ((BoolPtg) ptg).getValue();
this.value = value;
return value;
return value ? (short) 1 : (short) 0;
return value ? "TRUE" : "FALSE";