com.objex.panywhere
Class BooleanDataType
java.lang.Object
com.objex.panywhere.DataType
com.objex.panywhere.BooleanDataType
- All Implemented Interfaces:
- java.io.Serializable
public class BooleanDataType
- extends DataType
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_SAMPLE_PROPERTY
public static final java.lang.String PROP_SAMPLE_PROPERTY
- See Also:
- Constant Field Values
BooleanDataType
public BooleanDataType()
getSampleProperty
public java.lang.String getSampleProperty()
setSampleProperty
public void setSampleProperty(java.lang.String value)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
getXMLOutput
public java.lang.String getXMLOutput()
- Returns an empty string
- Specified by:
getXMLOutput in class DataType