public interface StateDraft extends WithKey
StateDraftBuilder
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getDescription() |
String |
getKey() |
LocalizedString |
getName() |
Set<StateRole> |
getRoles() |
Set<Reference<State>> |
getTransitions() |
StateType |
getType() |
Boolean |
isInitial() |
static StateDraftDsl |
of(String key,
StateType type) |
StateType getType()
@Nullable LocalizedString getName()
@Nullable LocalizedString getDescription()
static StateDraftDsl of(String key, StateType type)