Package org.opennms.netmgt.snmp
Class SnmpValueXmlAdapter.JaxbSnmpValue
- java.lang.Object
 - 
- org.opennms.netmgt.snmp.SnmpValueXmlAdapter.JaxbSnmpValue
 
 
- 
- Enclosing class:
 - SnmpValueXmlAdapter
 
public static class SnmpValueXmlAdapter.JaxbSnmpValue extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description JaxbSnmpValue()JaxbSnmpValue(SnmpValue value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()intgetType()voidsetBytes(byte[] bytes)voidsetType(int type) 
 - 
 
- 
- 
Constructor Detail
- 
JaxbSnmpValue
public JaxbSnmpValue()
 
- 
JaxbSnmpValue
public JaxbSnmpValue(SnmpValue value)
 
 - 
 
 -