public interface Transition
Modifier and Type | Method and Description |
---|---|
String |
getReturnValue() |
String |
getTarget() |
void |
setReturnValue(String returnValue) |
void |
setTarget(String target) |
String getReturnValue()
String getTarget()
void setReturnValue(String returnValue)
returnValue
- The return value of the transition.void setTarget(String target)
target
- The target of the transition.Copyright © 2017 neusta software development GmbH. All rights reserved.