org.opennms.netmgt.snmp
Interface SnmpValue
- All Known Implementing Classes:
- AbstractSnmpValue
public interface SnmpValue
SNMP_INT32
static final int SNMP_INT32
- See Also:
- Constant Field Values
SNMP_OCTET_STRING
static final int SNMP_OCTET_STRING
- See Also:
- Constant Field Values
SNMP_NULL
static final int SNMP_NULL
- See Also:
- Constant Field Values
SNMP_OBJECT_IDENTIFIER
static final int SNMP_OBJECT_IDENTIFIER
- See Also:
- Constant Field Values
SNMP_IPADDRESS
static final int SNMP_IPADDRESS
- See Also:
- Constant Field Values
SNMP_COUNTER32
static final int SNMP_COUNTER32
- See Also:
- Constant Field Values
SNMP_GAUGE32
static final int SNMP_GAUGE32
- See Also:
- Constant Field Values
SNMP_TIMETICKS
static final int SNMP_TIMETICKS
- See Also:
- Constant Field Values
SNMP_OPAQUE
static final int SNMP_OPAQUE
- See Also:
- Constant Field Values
SNMP_COUNTER64
static final int SNMP_COUNTER64
- See Also:
- Constant Field Values
SNMP_NO_SUCH_OBJECT
static final int SNMP_NO_SUCH_OBJECT
- See Also:
- Constant Field Values
SNMP_NO_SUCH_INSTANCE
static final int SNMP_NO_SUCH_INSTANCE
- See Also:
- Constant Field Values
SNMP_END_OF_MIB
static final int SNMP_END_OF_MIB
- See Also:
- Constant Field Values
isEndOfMib
boolean isEndOfMib()
isNull
boolean isNull()
isDisplayable
boolean isDisplayable()
isNumeric
boolean isNumeric()
toInt
int toInt()
toDisplayString
java.lang.String toDisplayString()
toInetAddress
java.net.InetAddress toInetAddress()
toLong
long toLong()
toBigInteger
java.math.BigInteger toBigInteger()
toHexString
java.lang.String toHexString()
getType
int getType()
getBytes
byte[] getBytes()
toSnmpObjId
SnmpObjId toSnmpObjId()
Copyright © 2007. All Rights Reserved.