public interface Next<T> extends Child<T>, JslNextCommType<T,Next<T>>
Next
xsd typeModifier 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 on
Next
String getOn()
on
attributeon
Next<T> to(String to)
to
attributeto
- the value for the attribute to
Next
String getTo()
to
attributeto
Copyright © 2021 JBoss by Red Hat. All rights reserved.