| Package | Description |
|---|---|
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl |
| Modifier and Type | Method and Description |
|---|---|
static StateType |
StateType.getStateType(String value)
Deprecated.
|
StateType |
StateInstance.getType()
Deprecated.
get type
|
StateType |
State.getType()
Deprecated.
type
|
static StateType |
StateType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StateType |
StateType.wrap(StateType target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateInstance.setType(StateType type)
Deprecated.
set type
|
| Modifier and Type | Method and Description |
|---|---|
StateType |
StateInstanceImpl.getType()
Deprecated.
|
StateType |
StateImpl.getType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateInstanceImpl.setType(StateType type)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.