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, 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 java.util.Map<java.lang.Integer,java.lang.Double> clone(java.lang.Object element)