com.opensymphony.workflow.loader
Class FunctionDescriptor

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.FunctionDescriptor

public class FunctionDescriptor
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Patrick Lightbody

Constructor Summary
FunctionDescriptor(org.w3c.dom.Element function)
           
 
Method Summary
 java.util.HashMap getArgs()
           
 java.lang.String getContents()
           
 java.lang.String getLocation()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionDescriptor

public FunctionDescriptor(org.w3c.dom.Element function)
Method Detail

getType

public java.lang.String getType()

getLocation

public java.lang.String getLocation()

getArgs

public java.util.HashMap getArgs()

getContents

public java.lang.String getContents()

See www.opensymphony.com for more information.