edu.usc.cse.desi.properties
Class Property
java.lang.Object
edu.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
|
Method Summary |
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myValue
public java.lang.Object myValue
myDisplayName
public java.lang.String myDisplayName
myName
public java.lang.String myName
Property
public Property()
clone
public java.lang.Object clone()