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