Package org.opennms.web.rest.v1
Class RequisitionNamesRestService.RequisitionCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<java.lang.String>
-
- org.opennms.web.rest.v1.RequisitionNamesRestService.RequisitionCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.String>
- Enclosing class:
- RequisitionNamesRestService
public static class RequisitionNamesRestService.RequisitionCollection extends JaxbListWrapper<java.lang.String>
The Class RequisitionCollection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequisitionCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getNames()
Gets the names.-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getObjects, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-