daoc.editor.model.properties
Class StringProperty

java.lang.Object
  extended bydaoc.editor.model.properties.Property
      extended bydaoc.editor.model.properties.StringProperty
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StringPropProperty

public class StringProperty
extends Property

A string value.

See Also:
Serialized Form

Constructor Summary
StringProperty(org.w3c.dom.Element p, java.lang.String child)
           
StringProperty(java.lang.String child)
           
 
Method Summary
 void setValue(java.lang.String str)
           
 java.lang.String toString()
           
 void writeXML(java.io.Writer fout, int indent)
           
 
Methods inherited from class daoc.editor.model.properties.Property
addUpdateListener, getName, removeUpdateListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringProperty

public StringProperty(java.lang.String child)

StringProperty

public StringProperty(org.w3c.dom.Element p,
                      java.lang.String child)
Method Detail

toString

public java.lang.String toString()

setValue

public void setValue(java.lang.String str)

writeXML

public void writeXML(java.io.Writer fout,
                     int indent)
              throws java.io.IOException
Specified by:
writeXML in class Property
Throws:
java.io.IOException