org.apache.mina.transport.serial
Class SerialAddressEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.transport.serial.SerialAddressEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
public class SerialAddressEditor
- extends AbstractPropertyEditor
A PropertyEditor
which converts a String
into a
SerialAddress
and vice versa. Valid values specify 6 address
components separated by colon (e.g. COM1:9600:7:1:even:rtscts-in);
port name, bauds, data bits, stop bits, parity and flow control respectively.
- Author:
- Apache MINA Project
Method Summary |
protected java.lang.String |
toText(java.lang.Object value)
|
protected java.lang.Object |
toValue(java.lang.String text)
|
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialAddressEditor
public SerialAddressEditor()
toText
protected java.lang.String toText(java.lang.Object value)
- Specified by:
toText
in class AbstractPropertyEditor
toValue
protected java.lang.Object toValue(java.lang.String text)
throws java.lang.IllegalArgumentException
- Specified by:
toValue
in class AbstractPropertyEditor
- Throws:
java.lang.IllegalArgumentException
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.