(String attribute)
| 397 | } |
| 398 | |
| 399 | static public boolean getBoolean(String attribute) { |
| 400 | return table.getBoolean(attribute); |
| 401 | } |
| 402 | |
| 403 | static public void setBoolean(String attribute, boolean value) { |
| 404 | table.putBoolean(attribute, value); |
no outgoing calls
no test coverage detected