Package org.openscience.cdk.interfaces
Interface ISetting
-
- All Known Implementing Classes:
BooleanIOSetting,IntegerIOSetting,IOSetting,OptionIOSetting,StringIOSetting
public interface ISettingA simple setting that can be managed by the SettingManager. Currently the only required method isgetName()and provides the key with which setting are added and retrieved with.- Author:
- johnmay
- See Also:
SettingManager- Source code:
- main
- Belongs to CDK module:
- interfaces
- Created on:
- 20.03.2012
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Access the name of the setting.
-
-
-
Method Detail
-
getName
String getName()
Access the name of the setting.- Returns:
- the name of the setting
-
-