public abstract class PropertyBoolean extends HighLevelProperty<java.lang.Boolean>
| Constructor and Description |
|---|
PropertyBoolean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
clone(java.lang.Object element) |
GUIProperty<java.lang.Boolean> |
getGUIProperty() |
double |
getValueDouble(java.lang.Object value) |
java.lang.String |
marshall(java.lang.Object values) |
java.lang.Object |
unmarshall(java.lang.String xml) |
compare, equals, getDependencies, getIcon, getMeaningfulTypeConstructs, 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 double getValueDouble(java.lang.Object value)
getValueDouble in interface Property<java.lang.Boolean>getValueDouble in class HighLevelProperty<java.lang.Boolean>value - The value one wants to have a single double ofpublic GUIProperty<java.lang.Boolean> getGUIProperty()
getGUIProperty in interface Property<java.lang.Boolean>getGUIProperty in class HighLevelProperty<java.lang.Boolean>public java.lang.Boolean clone(java.lang.Object element)