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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultValue, getID, getNamepublic 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)