|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.ora.jsp.sql.Value
|
+--com.ora.jsp.sql.value.BigDecimalValue
This class represents a BigDecimal value used by the SQL tags.
| Field Summary | |
private java.math.BigDecimal |
value
|
| Constructor Summary | |
BigDecimalValue(java.math.BigDecimal value)
|
|
| Method Summary | |
java.math.BigDecimal |
getBigDecimal()
|
java.lang.String |
getString()
This method must be implemented by all subclasses. |
| Methods inherited from class com.ora.jsp.sql.Value |
getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getObject, getShort, getTime, getTimestamp |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.math.BigDecimal value
| Constructor Detail |
public BigDecimalValue(java.math.BigDecimal value)
| Method Detail |
public java.math.BigDecimal getBigDecimal()
getBigDecimal in class Valuepublic java.lang.String getString()
ValuegetString in class Value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||