Package org.opennms.web.rest.v1
Class PrefabGraphCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<PrefabGraph>
-
- org.opennms.web.rest.v1.PrefabGraphCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<PrefabGraph>
public final class PrefabGraphCollection extends JaxbListWrapper<PrefabGraph>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrefabGraphCollection()
PrefabGraphCollection(java.util.Collection<? extends PrefabGraph> graphs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PrefabGraph>
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
-
PrefabGraphCollection
public PrefabGraphCollection()
-
PrefabGraphCollection
public PrefabGraphCollection(java.util.Collection<? extends PrefabGraph> graphs)
-
-
Method Detail
-
getObjects
public java.util.List<PrefabGraph> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<PrefabGraph>
-
-