| pnuts.lang.NamedValue
All known Subclasses: pnuts.lang.Binding,
NamedValue | public interface NamedValue extends Value(Code) | | Objects of this class are returned by Package.lookup() method.
|
getName | public String getName()(Code) | | Gets the name of the value.
the intern()'d String that identifies the value |
set | public void set(Object obj)(Code) | | Sets the value
Parameters: obj - the new value |
|
|