Package de.tsl2.nano.action
Interface IStatus
- All Superinterfaces:
Serializable
status base construct - used by bean values on validation. no severity is defined. the status
OK,
WARN and ERROR should fulfil a validation status.- Version:
- $Revision$
- Author:
- Thomas Schneider
-
Field Summary
Fields -
Method Summary
-
Field Details
-
OK
static final int OK- See Also:
-
WARN
static final int WARN- See Also:
-
ERROR
static final int ERROR- See Also:
-
TAG
status names -
STATUS_OK
simple ok status. should be used if you have a status without warnings and errors
-
-
Method Details