Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Varbind[] |
Mask.getVarbind()
Method getVarbind.Returns the contents of the collection in
an Array.
|
Varbind |
Mask.getVarbind(int index)
Method getVarbind.
|
Varbind |
Mask.removeVarbindAt(int index)
Method removeVarbindAt.
|
static Varbind |
Varbind.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Varbind> |
Mask.enumerateVarbind()
Method enumerateVarbind.
|
List<Varbind> |
Mask.getVarbindCollection()
Method getVarbindCollection.Returns a reference to
'_varbindList'.
|
Iterator<Varbind> |
Mask.iterateVarbind()
Method iterateVarbind.
|
Modifier and Type | Method and Description |
---|---|
void |
Mask.addVarbind(int index,
Varbind vVarbind) |
void |
Mask.addVarbind(Varbind vVarbind) |
boolean |
Mask.removeVarbind(Varbind vVarbind)
Method removeVarbind.
|
void |
Mask.setVarbind(int index,
Varbind vVarbind) |
void |
Mask.setVarbind(Varbind[] vVarbindArray) |
Modifier and Type | Method and Description |
---|---|
void |
Mask.setVarbind(List<Varbind> vVarbindList)
Sets the value of '_varbindList' by copying the given
Vector.
|
void |
Mask.setVarbindCollection(List<Varbind> varbindList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.