com.opensymphony.workflow.loader
Class RegisterDescriptor
java.lang.Object
com.opensymphony.workflow.loader.AbstractDescriptor
com.opensymphony.workflow.loader.RegisterDescriptor
- All Implemented Interfaces:
- XMLizable, Serializable
public class RegisterDescriptor
- extends AbstractDescriptor
- Author:
- Pat Lightbody
- See Also:
- Serialized Form
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
INDENT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
protected Map args
type
protected String type
variableName
protected String variableName
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)