Package org.opennms.netmgt.model
Class OnmsIpInterfaceList
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<OnmsIpInterface>
-
- org.opennms.netmgt.model.OnmsIpInterfaceList
-
- All Implemented Interfaces:
Serializable
,Iterable<OnmsIpInterface>
public class OnmsIpInterfaceList extends JaxbListWrapper<OnmsIpInterface>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnmsIpInterfaceList()
OnmsIpInterfaceList(Collection<? extends OnmsIpInterface> iface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OnmsIpInterface>
getIpInterfaces()
List<OnmsIpInterface>
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
-
OnmsIpInterfaceList
public OnmsIpInterfaceList()
-
OnmsIpInterfaceList
public OnmsIpInterfaceList(Collection<? extends OnmsIpInterface> iface)
-
-
Method Detail
-
getObjects
public List<OnmsIpInterface> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<OnmsIpInterface>
-
getIpInterfaces
public List<OnmsIpInterface> getIpInterfaces()
-
-