Class Property

java.lang.Object
  extended byProperty

public class Property
extends java.lang.Object

Insert the type's description here. Creation date: (17/7/02 11:07:47)


Constructor Summary
Property(java.lang.String display, java.lang.Object value)
          Property constructor comment.
 
Method Summary
 java.lang.String getDisplay()
          Property constructor comment.
 java.lang.String getStringValue()
          Property constructor comment.
 java.lang.Object getValue()
          Property constructor comment.
 java.lang.String toString()
          Property constructor comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String display,
                java.lang.Object value)
Property constructor comment.

Method Detail

getDisplay

public java.lang.String getDisplay()
Property constructor comment.


getStringValue

public java.lang.String getStringValue()
Property constructor comment.


getValue

public java.lang.Object getValue()
Property constructor comment.


toString

public java.lang.String toString()
Property constructor comment.