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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultValue, getID, getNamepublic 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.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic java.lang.String clone(java.lang.Object element)