Package | Description |
---|---|
org.opennms.netmgt.xml.rtc | |
org.opennms.web.category |
Modifier and Type | Method and Description |
---|---|
Node[] |
Category.getNode()
Method getNode.Returns the contents of the collection in an
Array.
|
Node |
Category.getNode(int index)
Method getNode.
|
Node |
Category.removeNodeAt(int index)
Method removeNodeAt.
|
static Node |
Node.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Node> |
Category.enumerateNode()
Method enumerateNode.
|
List<Node> |
Category.getNodeCollection()
Method getNodeCollection.Returns a reference to '_nodeList'.
|
Iterator<Node> |
Category.iterateNode()
Method iterateNode.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.addNode(int index,
Node vNode) |
void |
Category.addNode(Node vNode) |
boolean |
Category.removeNode(Node vNode)
Method removeNode.
|
void |
Category.setNode(int index,
Node vNode) |
void |
Category.setNode(Node[] vNodeArray) |
Modifier and Type | Method and Description |
---|---|
void |
Category.setNode(List<Node> vNodeList)
Sets the value of '_nodeList' by copying the given Vector.
|
void |
Category.setNodeCollection(List<Node> nodeList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Node> |
Category.enumerateNode()
Deprecated.
Returns an enumeration of the Castor-generated Node objects tied to this
category.
|
Modifier and Type | Method and Description |
---|---|
static NodeList |
NodeList.forNodes(Collection<? extends Node> nodes) |
Constructor and Description |
---|
AvailabilityNode(Node node) |
Copyright © 2017. All rights reserved.