Serializable
, ContentValidator<VTimeZone>
, Validator<VTimeZone>
public class VTimeZoneValidator extends ComponentValidator<VTimeZone>
ASSERT_NONE_MESSAGE, ASSERT_ONE_MESSAGE, ASSERT_ONE_OR_LESS_MESSAGE, ASSERT_ONE_OR_MORE_MESSAGE
Constructor | Description |
---|---|
VTimeZoneValidator(ValidationRule<VTimeZone>... rules) |
Modifier and Type | Method | Description |
---|---|---|
void |
validate(VTimeZone target) |
Validates the associated model against an applicable standard.
|
assertNone, assertOne, assertOneOrLess, assertOneOrMore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assertFalse
@SafeVarargs public VTimeZoneValidator(ValidationRule<VTimeZone>... rules)
public void validate(VTimeZone target) throws ValidationException
Validator
validate
in interface Validator<VTimeZone>
validate
in class ComponentValidator<VTimeZone>
ValidationException
- where the model does not confirm to the applicable standard