public interface FilterType<T> extends Child<T>
filter-type
xsd typeModifier and Type | Method and Description |
---|---|
String |
getPattern()
Returns the
pattern attribute |
FilterType<T> |
include(Boolean include)
Sets the
include attribute |
Boolean |
isInclude()
Returns the
include attribute |
FilterType<T> |
pattern(String pattern)
Sets the
pattern attribute |
FilterType<T> |
removeInclude()
Removes the
include attribute |
FilterType<T> |
removePattern()
Removes the
pattern attribute |
FilterType<T> pattern(String pattern)
pattern
attributepattern
- the value for the attribute pattern
FilterType
String getPattern()
pattern
attributepattern
FilterType<T> removePattern()
pattern
attributeFilterType
FilterType<T> include(Boolean include)
include
attributeinclude
- the value for the attribute include
FilterType
Boolean isInclude()
include
attributeinclude
FilterType<T> removeInclude()
include
attributeFilterType
Copyright © 2024 JBoss by Red Hat. All rights reserved.