public interface ExecutableValidationType<T> extends Child<T>, ConfigExecutableValidationCommonType<T,ExecutableValidationType<T>,DefaultValidatedExecutableTypesType<ExecutableValidationType<T>>>
executable-validationType
xsd typeModifier 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
elementExecutableValidationType
ExecutableValidationType<T> enabled(Boolean enabled)
enabled
attributeenabled
- the value for the attribute enabled
ExecutableValidationType
Boolean isEnabled()
enabled
attributeenabled
ExecutableValidationType<T> removeEnabled()
enabled
attributeExecutableValidationType
Copyright © 2019 JBoss by Red Hat. All rights reserved.