public class WorkflowActionNode extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Point |
getLocation() |
String |
getName() |
WorkflowAction.Status |
getStatus() |
String |
getType() |
int |
hashCode() |
void |
setLocation(Point loc) |
void |
setName(String name) |
void |
setStatus(WorkflowAction.Status status) |
void |
setType(String type) |
String |
toString() |
public void setLocation(Point loc)
public void setStatus(WorkflowAction.Status status)
public Point getLocation()
public WorkflowAction.Status getStatus()
Copyright © 2020 Apache Software Foundation. All rights reserved.