
public interface Next<T> extends Child<T>, JslNextCommType<T,Next<T>>
Next xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getOn()
Returns the
on attribute |
String |
getTo()
Returns the
to attribute |
Next<T> |
on(String on)
Sets the
on attribute |
Next<T> |
removeOn()
Removes the
on attribute |
Next<T> |
removeTo()
Removes the
to attribute |
Next<T> |
to(String to)
Sets the
to attribute |
Next<T> on(String on)
on attributeon - the value for the attribute onNextString getOn()
on attributeonNext<T> to(String to)
to attributeto - the value for the attribute toNextString getTo()
to attributetoCopyright © 2025 JBoss by Red Hat. All rights reserved.