| Package | Description | 
|---|---|
| org.opennms.report.inventory | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TupleRP[] | 
InventoryElement2RP.getTupleRP()
Method getTupleRP.Returns the contents of the collection in an Array. 
 | 
TupleRP | 
InventoryElement2RP.getTupleRP(int index)
Method getTupleRP. 
 | 
TupleRP | 
InventoryElement2RP.removeTupleRPAt(int index)
Method removeTupleRPAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<TupleRP> | 
InventoryElement2RP.enumerateTupleRP()
Method enumerateTupleRP. 
 | 
List<TupleRP> | 
InventoryElement2RP.getTupleRPCollection()
Method getTupleRPCollection.Returns a reference to 'tupleRPList'. 
 | 
Iterator<TupleRP> | 
InventoryElement2RP.iterateTupleRP()
Method iterateTupleRP. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InventoryElement2RP.addTupleRP(int index,
          TupleRP vTupleRP)  | 
void | 
InventoryElement2RP.addTupleRP(TupleRP vTupleRP)  | 
boolean | 
InventoryElement2RP.removeTupleRP(TupleRP vTupleRP)
Method removeTupleRP. 
 | 
void | 
InventoryElement2RP.setTupleRP(int index,
          TupleRP vTupleRP)  | 
void | 
InventoryElement2RP.setTupleRP(TupleRP[] vTupleRPArray)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InventoryElement2RP.setTupleRP(List<TupleRP> vTupleRPList)
Sets the value of 'tupleRPList' by copying the given Vector. 
 | 
void | 
InventoryElement2RP.setTupleRPCollection(List<TupleRP> tupleRPList)
Deprecated.   
 | 
Copyright © 2021. All rights reserved.