public abstract class PropertyListString extends PropertyList<java.lang.String>
| Constructor and Description |
|---|
PropertyListString() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
clone(java.lang.Object element) |
GUIProperty<java.util.List<java.lang.String>> |
getGUIProperty() |
java.lang.Object |
unmarshall(java.lang.String xml) |
static java.lang.Object |
unmarshallStatic(java.lang.String xml) |
marshall, marshallStaticcompare, equals, getDependencies, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultValue, getID, getNamepublic java.lang.Object unmarshall(java.lang.String xml)
xml - the xml fragment to be parsedpublic static java.lang.Object unmarshallStatic(java.lang.String xml)
public GUIProperty<java.util.List<java.lang.String>> getGUIProperty() throws java.lang.InstantiationException, java.lang.IllegalAccessException
getGUIProperty in interface Property<java.util.List<java.lang.String>>getGUIProperty in class HighLevelProperty<java.util.List<java.lang.String>>java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic java.util.List<java.lang.String> clone(java.lang.Object element)