public abstract class PropertyString extends HighLevelProperty<java.lang.String>
Constructor and Description |
---|
PropertyString() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clone(java.lang.Object element) |
GUIProperty<java.lang.String> |
getGUIProperty() |
java.lang.String |
marshall(java.lang.Object values) |
java.lang.Object |
unmarshall(java.lang.String xml) |
compare, equals, getDependencies, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDefaultValue, getID, getName
public java.lang.String marshall(java.lang.Object values)
values
- the value of the object to be writtenpublic java.lang.Object unmarshall(java.lang.String xml)
xml
- the xml fragment to be parsedpublic GUIProperty<java.lang.String> getGUIProperty() throws java.lang.InstantiationException, java.lang.IllegalAccessException
getGUIProperty
in interface Property<java.lang.String>
getGUIProperty
in class HighLevelProperty<java.lang.String>
java.lang.InstantiationException
java.lang.IllegalAccessException
public java.lang.String clone(java.lang.Object element)