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.


Method Summary
 String toString()
           
 
Methods inherited from class edu.mit.sketch.system.Holder
bind, canHold, clone, getBBItem, getType, isBound, unbind
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object