public class JCL extends Object
| Constructor and Description |
|---|
JCL(com.uc4.util.XMLDocument doc)
Constructs a
JCL object from the specified
XMLDocument |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the content of this process tab
|
void |
setText(String script)
Sets the content of this process tab.
|
void |
store(com.uc4.util.XMLDocument doc,
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 String getText()
public void setText(String script)
script - contentpublic void store(com.uc4.util.XMLDocument doc,
Element objectElement)
doc - XML DocumentobjectElement - element in which data should be wrapped.Copyright © 2021. All rights reserved.