|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.options.BasicOption<java.lang.Boolean>
org.eclipse.ocl.options.BooleanOption
public class BooleanOption
Implementation of the PreferenceableOption
interface for boolean OCL options.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.ocl.common.preferences.PreferenceableOption |
---|
PreferenceableOption.Listener, PreferenceableOption.PreferenceableOption2<T> |
Constructor Summary | |
---|---|
BooleanOption(java.lang.String pluginId,
java.lang.String key,
java.lang.Boolean defaultValue)
|
Method Summary | |
---|---|
java.lang.Boolean |
getValueOf(java.lang.String string)
Returns an option value from a String typically obtained from an Eclipse Preference file. |
Methods inherited from class org.eclipse.ocl.options.BasicOption |
---|
getDefaultValue, getKey, getPluginId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.common.preferences.PreferenceableOption |
---|
getDefaultValue, getKey, getPluginId |
Constructor Detail |
---|
public BooleanOption(java.lang.String pluginId, java.lang.String key, java.lang.Boolean defaultValue)
Method Detail |
---|
public java.lang.Boolean getValueOf(java.lang.String string)
PreferenceableOption
getValueOf
in interface PreferenceableOption<java.lang.Boolean>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |