public class Setting
extends java.lang.Object
| Constructor and Description |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
Get whether or not this setting is enabled.
|
void |
setEnable(boolean enable)
Set whether or not this setting is enabled.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable - true if the setting is enabled, false otherwise.