public class BooleanOption extends BasicOption<Boolean> implements PreferenceableOption<Boolean>
PreferenceableOption interface for boolean OCL options.PreferenceableOption.Listener, PreferenceableOption.PreferenceableOption2<T>| Constructor and Description |
|---|
BooleanOption(String pluginId,
String key,
Boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValueOf(String string)
Returns an option value from a String typically obtained from an Eclipse Preference file.
|
getDefaultValue, getKey, getPluginId, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultValue, getKey, getPluginIdpublic Boolean getValueOf(String string)
PreferenceableOptiongetValueOf in interface PreferenceableOption<Boolean>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.