Package org.opennms.web.svclayer.model
Class RtcNodeList
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<RtcNode>
-
- org.opennms.web.svclayer.model.RtcNodeList
-
- All Implemented Interfaces:
Serializable
,Iterable<RtcNode>
public class RtcNodeList extends JaxbListWrapper<RtcNode>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RtcNodeList()
RtcNodeList(Collection<? extends RtcNode> nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RtcNode>
getObjects()
-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RtcNodeList
public RtcNodeList()
-
RtcNodeList
public RtcNodeList(Collection<? extends RtcNode> nodes)
-
-
Method Detail
-
getObjects
public List<RtcNode> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<RtcNode>
-
-