public abstract class PropertyLong extends HighLevelProperty<java.lang.Long>
| Constructor and Description |
|---|
PropertyLong() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
clone(java.lang.Object element) |
double |
getValueDouble(java.lang.Object value) |
java.lang.String |
marshall(java.lang.Object value) |
java.lang.Object |
unmarshall(java.lang.String xml) |
compare, equals, getDependencies, getGUIProperty, getIcon, getMeaningfulTypeConstructs, hashCode, hasOrdering, higherBetter, monotonicity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultValue, getID, getNamepublic double getValueDouble(java.lang.Object value)
getValueDouble in interface Property<java.lang.Long>getValueDouble in class HighLevelProperty<java.lang.Long>value - The value one wants to have a single double ofpublic java.lang.String marshall(java.lang.Object value)
value - the value of the object to be writtenpublic java.lang.Object unmarshall(java.lang.String xml)
xml - the xml fragment to be parsedpublic java.lang.Long clone(java.lang.Object element)