Class ValidWhenResultInteger
java.lang.Object
org.apache.struts.validator.validwhen.ValidWhenResult<Integer>
org.apache.struts.validator.validwhen.ValidWhenResultInteger
Holds the (interim) result during processing the parsing-tree.
The result has is a
int
.- Since:
- Struts 1.4.1
- Author:
- Graff Stefan
-
Field Summary
Fields inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
type, value
-
Constructor Summary
ConstructorDescriptionValidWhenResultInteger
(String value) Constructs this class with the typeint
. -
Method Summary
Methods inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
getType, getValue, toBoolean, toString
-
Constructor Details
-
ValidWhenResultInteger
Constructs this class with the typeint
.- Parameters:
value
- the current value of the result
-