public class ByteEditor
extends java.beans.PropertyEditorSupport
Byte.| Constructor and Description |
|---|
ByteEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Map the argument text into and Byte using Byte.decode.
|