com.opensymphony.workflow.loader
Class RegisterDescriptor

java.lang.Object
  extended by com.opensymphony.workflow.loader.AbstractDescriptor
      extended by com.opensymphony.workflow.loader.RegisterDescriptor
All Implemented Interfaces:
XMLizable, Serializable

public class RegisterDescriptor
extends AbstractDescriptor

Author:
Pat Lightbody
See Also:
Serialized Form

Field Summary
protected  Map args
           
protected  String type
           
protected  String variableName
           
 
Fields inherited from interface com.opensymphony.workflow.util.XMLizable
INDENT
 
Method Summary
 Map getArgs()
           
 String getType()
           
 String getVariableName()
           
protected  void init(org.w3c.dom.Element register)
           
 void setType(String type)
           
 void setVariableName(String variableName)
           
 void writeXML(PrintWriter out, int indent)
           
 
Methods inherited from class com.opensymphony.workflow.loader.AbstractDescriptor
asXML, getEntityId, getId, getParent, hasId, setEntityId, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

protected Map args

type

protected String type

variableName

protected String variableName
Method Detail

getArgs

public Map getArgs()

setType

public void setType(String type)

getType

public String getType()

setVariableName

public void setVariableName(String variableName)

getVariableName

public String getVariableName()

writeXML

public void writeXML(PrintWriter out,
                     int indent)

init

protected void init(org.w3c.dom.Element register)

OpenSymphony Workflow Project Page