daoc.editor.model.properties
Class StringProperty
java.lang.Object
daoc.editor.model.properties.Property
daoc.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
|
Method Summary |
void |
setValue(java.lang.String str)
|
java.lang.String |
toString()
|
void |
writeXML(java.io.Writer fout,
int indent)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringProperty
public StringProperty(java.lang.String child)
StringProperty
public StringProperty(org.w3c.dom.Element p,
java.lang.String child)
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