@Deprecated public interface State
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Deprecated.
comment
|
Map<String,Object> |
getExtensions()
Deprecated.
extension properties
|
String |
getName()
Deprecated.
name
|
String |
getNext()
Deprecated.
next state name
|
StateMachine |
getStateMachine()
Deprecated.
state machine instance
|
StateType |
getType()
Deprecated.
type
|
String getName()
String getComment()
StateType getType()
String getNext()
Map<String,Object> getExtensions()
StateMachine getStateMachine()
Copyright © 2025 Apache. All rights reserved.