Package org.jboss.util.propertyeditor
Class ByteEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.ByteEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class ByteEditor extends java.beans.PropertyEditorSupportA property editor forByte.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description ByteEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAsText(java.lang.String text)Map the argument text into and Byte using Byte.decode.
-