
public interface FilterType<T> extends Child<T>
filter-type xsd type| Modifier 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 patternFilterTypeString getPattern()
pattern attributepatternFilterType<T> removePattern()
pattern attributeFilterTypeFilterType<T> include(Boolean include)
include attributeinclude - the value for the attribute includeFilterTypeBoolean isInclude()
include attributeincludeFilterType<T> removeInclude()
include attributeFilterTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.