org.apache.geronimo.common.propertyeditor
Class BigDecimalEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
org.apache.geronimo.common.propertyeditor.BigDecimalEditor
- All Implemented Interfaces:
- PropertyEditor
- public class BigDecimalEditor
- extends TextPropertyEditorSupport
A property editor for BigDecimal typed properties.
- Version:
- $Rev: 356022 $
Method Summary |
Object |
getValue()
Convert the text value of the property into a BigDecimal instance. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalEditor
public BigDecimalEditor()
getValue
public Object getValue()
- Convert the text value of the property into a BigDecimal instance.
- Returns:
- a BigDecimal object constructed from the property text value.
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.