public abstract class PropertyListDouble extends PropertyList<java.lang.Double>
| Constructor and Description |
|---|
PropertyListDouble() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
clone(java.lang.Object element) |
GUIProperty<java.util.List<java.lang.Double>> |
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.Double>> getGUIProperty() throws java.lang.InstantiationException, java.lang.IllegalAccessException
getGUIProperty in interface Property<java.util.List<java.lang.Double>>getGUIProperty in class HighLevelProperty<java.util.List<java.lang.Double>>java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic java.util.List<java.lang.Double> clone(java.lang.Object element)