| Package | Description | 
|---|---|
| org.opennms.netmgt.config.xmpDataCollection | 
| Modifier and Type | Method and Description | 
|---|---|
MibObj[] | 
Group.getMibObj()
Method getMibObj.Returns the contents of the collection in
 an Array. 
 | 
MibObj | 
Group.getMibObj(int index)
Method getMibObj. 
 | 
MibObj | 
Group.removeMibObjAt(int index)
Method removeMibObjAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<MibObj> | 
Group.enumerateMibObj()
Method enumerateMibObj. 
 | 
List<MibObj> | 
Group.getMibObjCollection()
Method getMibObjCollection.Returns a reference to
 '_mibObjList'. 
 | 
Iterator<MibObj> | 
Group.iterateMibObj()
Method iterateMibObj. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Group.addMibObj(int index,
         MibObj vMibObj)  | 
void | 
Group.addMibObj(MibObj vMibObj)  | 
boolean | 
Group.removeMibObj(MibObj vMibObj)
Method removeMibObj. 
 | 
void | 
Group.setMibObj(int index,
         MibObj vMibObj)  | 
void | 
Group.setMibObj(MibObj[] vMibObjArray)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Group.setMibObj(List<MibObj> vMibObjList)
Sets the value of '_mibObjList' by copying the given Vector. 
 | 
void | 
Group.setMibObjCollection(List<MibObj> mibObjList)
Deprecated.   
 | 
Copyright © 2021. All rights reserved.