(String attribute, String value)
| 393 | } |
| 394 | |
| 395 | static public void set(String attribute, String value) { |
| 396 | table.put(attribute, value); |
| 397 | } |
| 398 | |
| 399 | static public boolean getBoolean(String attribute) { |
| 400 | return table.getBoolean(attribute); |
no test coverage detected