
public interface Collector<T> extends Child<T>, JslCollectorCommType<T,Collector<T>,Properties<Collector<T>>>
Collector xsd type| Modifier 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 elementCollectorCollector<T> ref(String ref)
ref attributeref - the value for the attribute refCollectorString getRef()
ref attributerefCopyright © 2021 JBoss by Red Hat. All rights reserved.