Package com.sun.ts.tests.el.common.util
Class TypesBean
java.lang.Object
com.sun.ts.tests.el.common.util.TypesBean
This is a simple bean with different type values for testing Expressions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method will return an HaashMap of Key = Class, Value = String for the purpose of using them in an ElProcessor expression.void
setTckBigDecimal
(BigDecimal tckBigDecimal) void
setTckBigInteger
(BigInteger tckBigInteger) void
setTckBoolean
(Boolean tckBoolean) void
setTckByte
(Byte tckByte) void
setTckDouble
(Double tckDouble) void
setTckFloat
(Float tckFloat) void
setTckInteger
(Integer tckInt) void
setTckLong
(Long tckLong) void
setTckNullString
(Byte tckNull) void
setTckShort
(Short tchShort)
-
Constructor Details
-
TypesBean
public TypesBean()
-
-
Method Details
-
getTckBigDecimal
-
setTckBigDecimal
-
getTckDouble
-
setTckDouble
-
getTckFloat
-
setTckFloat
-
getTckBigInteger
-
setTckBigInteger
-
getTckLong
-
setTckLong
-
getTckInteger
-
setTckInteger
-
getTckShort
-
setTckShort
-
getTckByte
-
setTckByte
-
getTckBoolean
-
setTckBoolean
-
getTckNull
-
setTckNullString
-
getNumberMap
This method will return an HaashMap of Key = Class, Value = String for the purpose of using them in an ElProcessor expression.- Returns:
- - A common List of Number types with a constant value.
-