
public interface Split<T> extends Child<T>, JslSplitCommType<T,Split<T>,Flow<Split<T>>>
Split xsd type| Modifier and Type | Method and Description |
|---|---|
Flow<Split<T>> |
createFlow()
Creates a new
flow element |
List<Flow<Split<T>>> |
getAllFlow()
Returns all
flow elements |
String |
getId()
Returns the
id attribute |
String |
getNext()
Returns the
next attribute |
Flow<Split<T>> |
getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Split<T> |
id(String id)
Sets the
id attribute |
Split<T> |
next(String next)
Sets the
next attribute |
Split<T> |
removeAllFlow()
Removes all
flow elements |
Split<T> |
removeId()
Removes the
id attribute |
Split<T> |
removeNext()
Removes the
next attribute |
Flow<Split<T>> getOrCreateFlow()
flow element will be created and returned.
Otherwise, the first existing flow element will be returned.flowFlow<Split<T>> createFlow()
flow elementFlow> Split<T> removeAllFlow()
flow elementsFlow> Split<T> id(String id)
id attributeid - the value for the attribute idSplitString getId()
id attributeidSplit<T> next(String next)
next attributenext - the value for the attribute nextSplitString getNext()
next attributenextCopyright © 2021 JBoss by Red Hat. All rights reserved.