Interface Validation
-
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
Validation
public interface Validation extends JCAMetadata
A Validation.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValidation.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetBackgroundValidationMillis()Get the backgroundValidationMillis.BooleanisBackgroundValidation()Get the backgroundValidation.BooleanisUseFastFail()Get the useFastFail.BooleanisValidateOnMatch()Get the validateOnMatch.
-
-
-
Method Detail
-
isValidateOnMatch
Boolean isValidateOnMatch()
Get the validateOnMatch.- Returns:
- the validateOnMatch.
-
isBackgroundValidation
Boolean isBackgroundValidation()
Get the backgroundValidation.- Returns:
- the backgroundValidation.
-
getBackgroundValidationMillis
Long getBackgroundValidationMillis()
Get the backgroundValidationMillis.- Returns:
- the backgroundValidationMillis.
-
isUseFastFail
Boolean isUseFastFail()
Get the useFastFail.- Returns:
- the useFastFail.
-
-