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