public static class StoredWorkflowDefinition.State extends ModelObject implements Comparable<StoredWorkflowDefinition.State>
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
id |
String |
onFailure |
List<String> |
transitions |
String |
type |
| Constructor and Description |
|---|
State() |
State(String id,
String type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StoredWorkflowDefinition.State state) |
equals, hashCode, toStringpublic String id
public String type
public String description
public String onFailure
public int compareTo(StoredWorkflowDefinition.State state)
compareTo in interface Comparable<StoredWorkflowDefinition.State>Copyright © 2014–2020 Nitor Creations. All rights reserved.