public final class BooleanOptionSettings extends AbstractSettings
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
BooleanOptionSettings(java.lang.String name,
boolean value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the settings (to be overridden in subclasses).
|
boolean |
isEnabled() |
java.lang.String |
toString() |
public BooleanOptionSettings(java.lang.String name, boolean value)
public java.lang.String getName()
AbstractSettings
getName
in class AbstractSettings
public boolean isEnabled()
public java.lang.String toString()
toString
in class AbstractSettings