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.


Method Index

 o get(String)
 o set(String, Object)

Methods

 o set
 public abstract void set(String name,
                          Object value)
 o get
 public abstract Object get(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index