Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Decode[] |
Varbindsdecode.getDecode()
Method getDecode.Returns the contents of the collection in
an Array.
|
Decode |
Varbindsdecode.getDecode(int index)
Method getDecode.
|
Decode |
Varbindsdecode.removeDecodeAt(int index)
Method removeDecodeAt.
|
static Decode |
Decode.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Decode> |
Varbindsdecode.enumerateDecode()
Method enumerateDecode.
|
List<Decode> |
Varbindsdecode.getDecodeCollection()
Method getDecodeCollection.Returns a reference to
'_decodeList'.
|
Iterator<Decode> |
Varbindsdecode.iterateDecode()
Method iterateDecode.
|
Modifier and Type | Method and Description |
---|---|
void |
Varbindsdecode.addDecode(Decode vDecode) |
void |
Varbindsdecode.addDecode(int index,
Decode vDecode) |
boolean |
Varbindsdecode.removeDecode(Decode vDecode)
Method removeDecode.
|
void |
Varbindsdecode.setDecode(Decode[] vDecodeArray) |
void |
Varbindsdecode.setDecode(int index,
Decode vDecode) |
Modifier and Type | Method and Description |
---|---|
void |
Varbindsdecode.setDecode(List<Decode> vDecodeList)
Sets the value of '_decodeList' by copying the given Vector.
|
void |
Varbindsdecode.setDecodeCollection(List<Decode> decodeList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.