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, marshallStatic
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.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.InstantiationException
java.lang.IllegalAccessException
public java.util.List<java.lang.Double> clone(java.lang.Object element)