public abstract class PropertyMapIntegerDouble extends HighLevelProperty<java.util.Map<java.lang.Integer,java.lang.Double>>
Constructor and Description |
---|
PropertyMapIntegerDouble() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,java.lang.Double> |
clone(java.lang.Object element) |
java.lang.String |
marshall(java.lang.Object values) |
java.lang.Object |
unmarshall(java.lang.String xml) |
compare, equals, getDependencies, getGUIProperty, 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 java.util.Map<java.lang.Integer,java.lang.Double> clone(java.lang.Object element)