edu.mit.sketch.system
Class PropertyHolder
java.lang.Object
|
+--edu.mit.sketch.system.Holder
|
+--edu.mit.sketch.system.PropertyHolder
- All Implemented Interfaces:
- Cloneable
- public class PropertyHolder
- extends Holder
A container to hold a pointer to a property. It contains the type
of property we are looking for, and Holder objects for the
Templates and Primitive objects that this property refers to, and a
pointer (possibly null) to the property object itself.
Created: Mon Jan 7 11:17:53 2002
Copyright: Copyright (C) 2001 by MIT. All rights reserved.
toString
public String toString()
- Overrides:
toString in class Object