Package | Description |
---|---|
org.opennms.protocols.xml.config |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
XmlObject |
XmlObject.clone() |
Modifier and Type | Method and Description |
---|---|
List<XmlObject> |
XmlGroup.getXmlObjects()
Gets the XML objects.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlGroup.addXmlObject(XmlObject xmlObject)
Adds a new XML object.
|
int |
XmlObject.compareTo(XmlObject obj) |
void |
XmlGroup.removeXmlObject(XmlObject xmlObject)
Removes a XML object.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlGroup.setXmlObjects(List<XmlObject> xmlObjects)
Sets the XML objects.
|
Constructor and Description |
---|
XmlObject(XmlObject copy) |
Copyright © 2021. All rights reserved.