public interface Collector<T> extends Child<T>, JslCollectorCommType<T,Collector<T>,Properties<Collector<T>>>
Collector
xsd typeModifier and Type | Method and Description |
---|---|
Properties<Collector<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
Collector<T> |
ref(String ref)
Sets the
ref attribute |
Collector<T> |
removeProperties()
Removes the
properties element |
Collector<T> |
removeRef()
Removes the
ref attribute |
Properties<Collector<T>> getOrCreateProperties()
properties
element with the given value will be created.
Otherwise, the existing properties
element will be returned.Properties>
Collector<T> removeProperties()
properties
elementCollector
Collector<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
Collector
String getRef()
ref
attributeref
Copyright © 2022 JBoss by Red Hat. All rights reserved.