Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.util.validators

Interface and some implementations of input data validators.

See:
          Description

Interface Summary
GenericValidatorInterface  
ValidationInterface ValidationInterface is used to allow an object to validate input, normalize input and return error information when the information is invalid.
ValidatorInterface  
 

Class Summary
CompositeValidator CompositeValidator allows the validation of one or more Validators to be chained together such that all need to validate the value for the composite to be valid.
DateStringValidator A Validator that validates a String value according to a DateFormat
IntegerStringValidator  
MinMaxIntegerStringValidator  
RequiredStringValidator A Validator that validates that the value entered is not null, a zero-length string, or consists only of whitespace.
Validator This is the base validator class which provides a default implementation of the ValidationInterface.
 

Package com.sas.util.validators Description

Interface and some implementations of input data validators.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.