(String attribute, boolean value)
| 299 | |
| 300 | |
| 301 | static public void setBoolean(String attribute, boolean value) { |
| 302 | set(attribute, value ? "true" : "false"); //$NON-NLS-1$ //$NON-NLS-2$ |
| 303 | } |
| 304 | |
| 305 | |
| 306 | static public int getInteger(String attribute /*, int defaultValue*/) { |
no test coverage detected