@Override public void setValue(boolean b) { kBooleanValue.setValue(b); }
@Override public boolean getValue() { return kBooleanValue.getValue(); }