public abstract class PropertyOROptions extends HighLevelProperty<OROptions>
Constructor and Description |
---|
PropertyOROptions() |
Modifier and Type | Method and Description |
---|---|
OROptions |
clone(java.lang.Object element) |
java.lang.String |
marshall(java.lang.Object value) |
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 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 OROptions clone(java.lang.Object element)