
public interface ExecutableValidationType<T> extends Child<T>, ConfigExecutableValidationCommonType<T,ExecutableValidationType<T>,DefaultValidatedExecutableTypesType<ExecutableValidationType<T>>>
executable-validationType xsd type| Modifier and Type | Method and Description |
|---|---|
ExecutableValidationType<T> |
enabled(Boolean enabled)
Sets the
enabled attribute |
DefaultValidatedExecutableTypesType<ExecutableValidationType<T>> |
getOrCreateDefaultValidatedExecutableTypes()
If not already created, a new
default-validated-executable-types element with the given value will be created. |
Boolean |
isEnabled()
Returns the
enabled attribute |
ExecutableValidationType<T> |
removeDefaultValidatedExecutableTypes()
Removes the
default-validated-executable-types element |
ExecutableValidationType<T> |
removeEnabled()
Removes the
enabled attribute |
DefaultValidatedExecutableTypesType<ExecutableValidationType<T>> getOrCreateDefaultValidatedExecutableTypes()
default-validated-executable-types element with the given value will be created.
Otherwise, the existing default-validated-executable-types element will be returned.DefaultValidatedExecutableTypesType> ExecutableValidationType<T> removeDefaultValidatedExecutableTypes()
default-validated-executable-types elementExecutableValidationTypeExecutableValidationType<T> enabled(Boolean enabled)
enabled attributeenabled - the value for the attribute enabledExecutableValidationTypeBoolean isEnabled()
enabled attributeenabledExecutableValidationType<T> removeEnabled()
enabled attributeExecutableValidationTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.