void setValueWithString(AFConfig dest, String value) { validateWithException(value); dest.putInternal(this, value); }