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