All Packages Class Hierarchy This Package Previous Next Index
Interface pnuts.lang.Property
- public interface Property
In Pnuts, access to a property of an object implements this interface
causes a call of methods in this interface.
See Pnuts Language Specification
for details.
-
get(String)
-
-
set(String, Object)
-
set
public abstract void set(String name,
Object value)
get
public abstract Object get(String name)
All Packages Class Hierarchy This Package Previous Next Index