(String attribute, boolean value)
| 316 | |
| 317 | |
| 318 | static public void setBoolean(String attribute, boolean value) { |
| 319 | set(attribute, value ? "true" : "false"); //$NON-NLS-1$ //$NON-NLS-2$ |
| 320 | } |
| 321 | |
| 322 | |
| 323 | static public int getInteger(String attribute /*, int defaultValue*/) { |