de.erichseifert.gral.util
Class Settings.Key

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings.Key

public Settings.Key(String name)
Constructor that initializes the instance with a name.

Parameters:
name - Name associated with this key.
Method Detail

getName

public String getName()
Returns the name associated with this key.

Returns:
Name of the settings key.


Copyright © 2009-2010. All Rights Reserved.