org.jbpm.graph.def
Class Node.NodeType
java.lang.Object
org.jbpm.graph.def.Node.NodeType
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Node
public static class Node.NodeType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
Node.NodeType(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
valueOf
public static Node.NodeType valueOf(java.lang.String name)
Copyright © 2010 JBoss Community. All Rights Reserved.