public interface Split<T> extends Child<T>, JslSplitCommType<T,Split<T>,Flow<Split<T>>>
Split
xsd typeModifier 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.flow
Flow<Split<T>> createFlow()
flow
elementFlow>
Split<T> removeAllFlow()
flow
elementsFlow>
Split<T> id(String id)
id
attributeid
- the value for the attribute id
Split
String getId()
id
attributeid
Split<T> next(String next)
next
attributenext
- the value for the attribute next
Split
String getNext()
next
attributenext
Copyright © 2022 JBoss by Red Hat. All rights reserved.