public class JCL
extends java.lang.Object
| Constructor and Description |
|---|
JCL(com.uc4.util.XMLDocument doc)
Constructs a
JCL object from the specified
XMLDocument |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the content of this process tab
|
void |
setText(java.lang.String script)
Sets the content of this process tab.
|
void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement)
Method to store the content of process tab.
|
public JCL(com.uc4.util.XMLDocument doc)
JCL object from the specified
XMLDocumentdoc - XML Documentpublic java.lang.String getText()
public void setText(java.lang.String script)
script - contentpublic void store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement)
doc - XML DocumentobjectElement - element in which data should be wrapped.