net.sourceforge.demetrix.properties
Class StringProperty

java.lang.Object
  extended bynet.sourceforge.demetrix.properties.DemetrixProperty
      extended bynet.sourceforge.demetrix.properties.StringProperty
All Implemented Interfaces:
Serializable

public class StringProperty
extends DemetrixProperty
implements Serializable

Author:
Dimitri Pissarenko *
See Also:
Serialized Form

Field Summary
static String EMPTY_VALUE
           
 
Fields inherited from class net.sourceforge.demetrix.properties.DemetrixProperty
 
Constructor Summary
StringProperty()
           
 
Method Summary
 void setValue(Object object)
           
 String toString()
           
 
Methods inherited from class net.sourceforge.demetrix.properties.DemetrixProperty
createClassNotCompatibleException, equals, getName, getValue, hashCode, isMustBeEntered, isReadOnly, setAllowedValue, setMustBeEntered, setName, setReadOnly
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_VALUE

public static final String EMPTY_VALUE
See Also:
Constant Field Values
Constructor Detail

StringProperty

public StringProperty()
Method Detail

toString

public String toString()
Overrides:
toString in class DemetrixProperty

setValue

public void setValue(Object object)
Specified by:
setValue in class DemetrixProperty
Parameters:
object -