Package org.jboss.util.propertyeditor
Class BlockingModeEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.TextPropertyEditorSupport
-
- org.jboss.util.propertyeditor.BlockingModeEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class BlockingModeEditor extends TextPropertyEditorSupport
A property editor forBlockingMode
enum.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description BlockingModeEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
Returns a BlockingMode for the input object converted to a string.-
Methods inherited from class org.jboss.util.propertyeditor.TextPropertyEditorSupport
setAsText
-
-