Class ValidWhenResultBigDecimal
java.lang.Object
org.apache.struts.validator.validwhen.ValidWhenResult<BigDecimal>
org.apache.struts.validator.validwhen.ValidWhenResultBigDecimal
Holds the (interim) result during processing the parsing-tree.
- Author:
- Graff Stefan
-
Field Summary
Fields inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
type, value -
Constructor Summary
ConstructorsConstructorDescriptionValidWhenResultBigDecimal(String value) Constructs this class with the typeBigDecimal. -
Method Summary
Methods inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
getType, getValue, toBoolean, toString
-
Constructor Details
-
ValidWhenResultBigDecimal
Constructs this class with the typeBigDecimal.- Parameters:
value- the current value of the result
-