org.jbpm.graph.action
Class ActionTypes

java.lang.Object
  extended by org.jbpm.graph.action.ActionTypes

public class ActionTypes
extends Object


Constructor Summary
ActionTypes()
           
 
Method Summary
static String getActionName(Class type)
           
static Set getActionNames()
           
static Class getActionType(String name)
           
static Collection getActionTypes()
           
static boolean hasActionName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTypes

public ActionTypes()
Method Detail

getActionTypes

public static Collection getActionTypes()

getActionNames

public static Set getActionNames()

getActionType

public static Class getActionType(String name)

getActionName

public static String getActionName(Class type)

hasActionName

public static boolean hasActionName(String name)


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.