|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationType<T>
This interface defines the contract for the validationType
xsd type
Method Summary | |
---|---|
ValidationType<T> |
backgroundValidation(Boolean backgroundValidation)
Sets the background-validation element |
ValidationType<T> |
backgroundValidationMillis(Integer backgroundValidationMillis)
Sets the background-validation-millis element |
Integer |
getBackgroundValidationMillis()
Returns the background-validation-millis element |
Boolean |
isBackgroundValidation()
Returns the background-validation element |
Boolean |
isUseFastFail()
Returns the use-fast-fail element |
ValidationType<T> |
removeBackgroundValidation()
Removes the background-validation element |
ValidationType<T> |
removeBackgroundValidationMillis()
Removes the background-validation-millis element |
ValidationType<T> |
removeUseFastFail()
Removes the use-fast-fail element |
ValidationType<T> |
useFastFail(Boolean useFastFail)
Sets the use-fast-fail element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ValidationType<T> backgroundValidation(Boolean backgroundValidation)
background-validation
element
backgroundValidation
- the value for the element background-validation
ValidationType
Boolean isBackgroundValidation()
background-validation
element
background-validation
ValidationType<T> removeBackgroundValidation()
background-validation
element
ValidationType
ValidationType<T> backgroundValidationMillis(Integer backgroundValidationMillis)
background-validation-millis
element
backgroundValidationMillis
- the value for the element background-validation-millis
ValidationType
Integer getBackgroundValidationMillis()
background-validation-millis
element
background-validation-millis
ValidationType<T> removeBackgroundValidationMillis()
background-validation-millis
element
ValidationType
ValidationType<T> useFastFail(Boolean useFastFail)
use-fast-fail
element
useFastFail
- the value for the element use-fast-fail
ValidationType
Boolean isUseFastFail()
use-fast-fail
element
use-fast-fail
ValidationType<T> removeUseFastFail()
use-fast-fail
element
ValidationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |