sbool javaSoundOnly_flag; sbool javaSoundOnly() { ret javaSoundOnly_flag; } svoid javaSoundOnly(bool b) { javaSoundOnly_flag = b; }