de.erichseifert.gral.util
Class Settings.Key
java.lang.Object
de.erichseifert.gral.util.Settings.Key
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Settings
public static final class Settings.Key
- extends Object
- implements Serializable
A settings key storing a name.
- See Also:
- Serialized Form
Constructor Summary |
Settings.Key(String name)
Constructor that initializes the instance with a name. |
Method Summary |
String |
getName()
Returns the name associated with this key. |
Settings.Key
public Settings.Key(String name)
- Constructor that initializes the instance with a name.
- Parameters:
name
- Name associated with this key.
getName
public String getName()
- Returns the name associated with this key.
- Returns:
- Name of the settings key.
Copyright © 2009-2010. All Rights Reserved.