org.jbpm.graph.def
Class Node.NodeType

java.lang.Object
  extended by 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

Field Summary
static Node.NodeType Decision
           
static Node.NodeType EndState
           
static Node.NodeType Fork
           
static Node.NodeType Join
           
static Node.NodeType Node
           
static Node.NodeType StartState
           
static Node.NodeType State
           
static Node.NodeType Task
           
 
Constructor Summary
protected Node.NodeType(String name)
           
 
Method Summary
 String toString()
           
static Node.NodeType valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Node.NodeType

protected Node.NodeType(String name)
Method Detail

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.