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