public interface ValidatedByType<T> extends Child<T>, MapValidatedByCommonType<T,ValidatedByType<T>>
validated-byType
xsd typeModifier and Type | Method and Description |
---|---|
List<String> |
getAllValue()
Returns all
value elements |
ValidatedByType<T> |
includeExistingValidators(Boolean includeExistingValidators)
Sets the
include-existing-validators attribute |
Boolean |
isIncludeExistingValidators()
Returns the
include-existing-validators attribute |
ValidatedByType<T> |
removeAllValue()
Removes the
value element |
ValidatedByType<T> |
removeIncludeExistingValidators()
Removes the
include-existing-validators attribute |
ValidatedByType<T> |
value(String... values)
Creates for all String objects representing
value elements,
a new value element |
ValidatedByType<T> value(String... values)
value
elements,
a new value
elementvalues
- list of value
objectsValidatedByType
ValidatedByType<T> removeAllValue()
value
elementValidatedByType
ValidatedByType<T> includeExistingValidators(Boolean includeExistingValidators)
include-existing-validators
attributeincludeExistingValidators
- the value for the attribute include-existing-validators
ValidatedByType
Boolean isIncludeExistingValidators()
include-existing-validators
attributeinclude-existing-validators
ValidatedByType<T> removeIncludeExistingValidators()
include-existing-validators
attributeValidatedByType
Copyright © 2019 JBoss by Red Hat. All rights reserved.