Interface ISetting

  • All Known Implementing Classes:
    IOSetting

    public interface ISetting
    A simple setting that can be managed by the SettingManager. Currently the only required method is getName() and provides the key with which setting are added and retrieved with.
    Author:
    johnmay
    See Also:
    org.openscience.cdk.io.setting.SettingManager
    Source code:
    main
    Belongs to CDK module:
    interfaces
    Created on:
    20.03.2012
    • Method Detail

      • getName

        String getName()
        Access the name of the setting.
        Returns:
        the name of the setting