public static class ChoiceStateImpl.ChoiceImpl extends Object implements ChoiceState.Choice
| Constructor and Description |
|---|
ChoiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getNext() |
void |
setExpression(String expression) |
void |
setNext(String next) |
public String getExpression()
getExpression in interface ChoiceState.Choicepublic void setExpression(String expression)
public String getNext()
getNext in interface ChoiceState.Choicepublic void setNext(String next)
Copyright © 2023 Seata. All rights reserved.