edu.usc.cse.desi.properties
Class Property

java.lang.Object
  extended byedu.usc.cse.desi.properties.Property
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Property
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

This class is to remain largely unused except by PropertyHolder and PropertyInitializer, as it is essentially a way to hold more information in the value field of the HashMap. Update: Turns out that a Property is a very easy was to store all this information when I have to iterate over all of the properties. Therefore this class may get used by many more classes than just Holder and Initializer.

Author:
nbeckman Started on Jul 19, 2004
See Also:
Serialized Form

Field Summary
 java.lang.String myDisplayName
           
 java.lang.String myName
           
 java.lang.Object myValue
           
 
Constructor Summary
Property()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myValue

public java.lang.Object myValue

myDisplayName

public java.lang.String myDisplayName

myName

public java.lang.String myName
Constructor Detail

Property

public Property()
Method Detail

clone

public java.lang.Object clone()