pnuts.lang
Interface NamedValue

All Superinterfaces:
Value

public interface NamedValue
extends Value

Objects of this class are returned by Package.lookup() method.


Method Summary
 java.lang.String getName()
          Gets the name of the value.
 void set(java.lang.Object obj)
          Sets the value
 
Methods inherited from interface pnuts.lang.Value
get
 

Method Detail

getName

java.lang.String getName()
Gets the name of the value.

Returns:
the intern()'d String that identifies the value

set

void set(java.lang.Object obj)
Sets the value

Parameters:
obj - the new value