Uses of Class
org.opennms.report.inventory.TupleRP
-
Packages that use TupleRP Package Description org.opennms.report.inventory This file is part of OpenNMS(R). -
-
Uses of TupleRP in org.opennms.report.inventory
Methods in org.opennms.report.inventory that return TupleRP Modifier and Type Method 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.Methods in org.opennms.report.inventory that return types with arguments of type TupleRP Modifier and Type Method Description java.util.Enumeration<TupleRP>
InventoryElement2RP. enumerateTupleRP()
Method enumerateTupleRP.java.util.List<TupleRP>
InventoryElement2RP. getTupleRPCollection()
Method getTupleRPCollection.Returns a reference to 'tupleRPList'.java.util.Iterator<TupleRP>
InventoryElement2RP. iterateTupleRP()
Method iterateTupleRP.Methods in org.opennms.report.inventory with parameters of type TupleRP Modifier and Type Method 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)
Method parameters in org.opennms.report.inventory with type arguments of type TupleRP Modifier and Type Method Description void
InventoryElement2RP. setTupleRP(java.util.List<TupleRP> vTupleRPList)
Sets the value of 'tupleRPList' by copying the given Vector.void
InventoryElement2RP. setTupleRPCollection(java.util.List<TupleRP> tupleRPList)
Deprecated.
-