public interface Validatable
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ValidationType validationType)
Use this method to verify that this object is valid.
|
void validate(ValidationType validationType)
validationType - An indicator telling the method what should be validated.InvalidParameterException - If a field does not fulfill the requirements.Copyright © 2019. All rights reserved.