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:
java.io.Serializable
,java.lang.Iterable<OnmsIpInterface>
public class OnmsIpInterfaceList extends JaxbListWrapper<OnmsIpInterface>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnmsIpInterfaceList()
OnmsIpInterfaceList(java.util.Collection<? extends OnmsIpInterface> iface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OnmsIpInterface>
getIpInterfaces()
java.util.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
-
-
-
-
Constructor Detail
-
OnmsIpInterfaceList
public OnmsIpInterfaceList()
-
OnmsIpInterfaceList
public OnmsIpInterfaceList(java.util.Collection<? extends OnmsIpInterface> iface)
-
-
Method Detail
-
getObjects
public java.util.List<OnmsIpInterface> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<OnmsIpInterface>
-
getIpInterfaces
public java.util.List<OnmsIpInterface> getIpInterfaces()
-
-