public interface IHostAttributes
| Modifier and Type | Method and Description |
|---|---|
int |
fieldCount()
Returns the number of fields in the host attributes.
|
void |
load(com.uc4.util.XMLDocument doc,
Element hostAttr)
Loads the host attributes.
|
String |
name()
Returns the host attributes name.
|
void |
store(com.uc4.util.XMLDocument doc,
Element objectElement)
Writes the host attributes back to the
XMLDocument. |
void load(com.uc4.util.XMLDocument doc,
Element hostAttr)
doc - XML Document containing the JobhostAttr - Element which contains host attributesvoid store(com.uc4.util.XMLDocument doc,
Element objectElement)
XMLDocument.doc - DocumentobjectElement - ObjectElementint fieldCount()
String name()
Copyright © 2021. All rights reserved.