org.jbpm.graph.def
Class Node.NodeType
java.lang.Object
org.jbpm.graph.def.Node.NodeType
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Node
public static class Node.NodeType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Node
public static final Node.NodeType Node
StartState
public static final Node.NodeType StartState
EndState
public static final Node.NodeType EndState
State
public static final Node.NodeType State
Task
public static final Node.NodeType Task
Fork
public static final Node.NodeType Fork
Join
public static final Node.NodeType Join
Decision
public static final Node.NodeType Decision
Node.NodeType
protected Node.NodeType(String name)
toString
public String toString()
- Overrides:
toString in class Object
valueOf
public static Node.NodeType valueOf(String name)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.